Skip to content

Commit

Permalink
[1.7.x] Fixed typo in docs/ref/models/fields.txt
Browse files Browse the repository at this point in the history
Backport of 53bc6e2 from master
  • Loading branch information
DasAllFolks authored and timgraham committed Mar 12, 2015
1 parent 8084a68 commit 8d3011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ Field API reference

All of Django's built-in fields, such as :class:`CharField`, are particular
implementations of ``Field``. If you need a custom field, you can either
subclass any of the built-in fields or write a ``Field``` from scratch. In
subclass any of the built-in fields or write a ``Field`` from scratch. In
either case, see :doc:`/howto/custom-model-fields`.

.. attribute:: description
Expand Down

0 comments on commit 8d3011f

Please sign in to comment.