summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wiens <mwiens91@gmail.com>2018-08-28 04:53:09 -0700
committerTim Graham <timograham@gmail.com>2018-08-28 07:53:19 -0400
commit6cd16037d8174f5ee30bca38eb0cc2c443d4f089 (patch)
treeed6e2617e30ec9e669f8cd09f2eef2d53f178713
parenta7e89a5ba787c15b9c07e4d0f43a510b42be6f8b (diff)
downloaddjango-6cd16037d8174f5ee30bca38eb0cc2c443d4f089.tar.gz
[2.1.x] Fixed typo in docs/ref/models/fields.txt.
Backport of c122a7c53cf870e61353afa73e59f28226a5c48d from master
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 4abb4dddaa..c66b600130 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -626,7 +626,7 @@ A :class:`CharField` that checks that the value is a valid email address using
A file-upload field.
.. note::
- The ``primary_key`` argument isn't supported and will raise a an error if
+ The ``primary_key`` argument isn't supported and will raise an error if
used.
Has two optional arguments: