From c122a7c53cf870e61353afa73e59f28226a5c48d Mon Sep 17 00:00:00 2001 From: Matt Wiens Date: Tue, 28 Aug 2018 04:53:09 -0700 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 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: