Fix a typo in a tutorial example
This commit is contained in:
parent
bd7b8bf5e1
commit
0fd02bf52b
@ -530,7 +530,7 @@ In Hy:
|
|||||||
.. code-block:: clj
|
.. code-block:: clj
|
||||||
|
|
||||||
(defclass Customer [models.Model]
|
(defclass Customer [models.Model]
|
||||||
[name (models.CharField :max-length 255})
|
[name (models.CharField :max-length 255)
|
||||||
address (models.TextField)
|
address (models.TextField)
|
||||||
notes (models.TextField)])
|
notes (models.TextField)])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user