diff options
| author | Steven Das <DasAllFolks@users.noreply.github.com> | 2015-03-12 17:56:38 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-12 19:16:05 -0400 |
| commit | 53bc6e2e98b4889082049f50718b13f8d5d84b6b (patch) | |
| tree | f263854bfcb346ad4e47ee93d32369d3c2c664db /docs/ref | |
| parent | a23ea398e8706f90b984c7ef9145c582b345ddd6 (diff) | |
Fixed typo in docs/ref/models/fields.txt
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 337122fdb7..d1fc04d3b5 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1584,7 +1584,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 |
