Merge pull request #1781 from krysros/patch-1
Fix a typo in a tutorial example
This commit is contained in:
commit
678365678f
@ -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)])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user