Fix a typo in a tutorial example

This commit is contained in:
Krystian Rosiński 2019-05-24 20:54:09 +02:00
parent bd7b8bf5e1
commit 0fd02bf52b

View File

@ -530,7 +530,7 @@ In Hy:
.. code-block:: clj
(defclass Customer [models.Model]
[name (models.CharField :max-length 255})
[name (models.CharField :max-length 255)
address (models.TextField)
notes (models.TextField)])