Merge pull request #1781 from krysros/patch-1

Fix a typo in a tutorial example
This commit is contained in:
Kodi Arfer 2019-05-27 12:58:09 -04:00 committed by GitHub
commit 678365678f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)])