From 53bc6e2e98b4889082049f50718b13f8d5d84b6b Mon Sep 17 00:00:00 2001 From: Steven Das Date: Thu, 12 Mar 2015 17:56:38 -0500 Subject: [PATCH] Fixed typo in docs/ref/models/fields.txt --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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