diff --git a/docs/tutorial.rst b/docs/tutorial.rst index af5523f..96f8f7f 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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)])