diff options
| author | Matt Wiens <mwiens91@gmail.com> | 2018-08-28 04:53:09 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-28 07:53:09 -0400 |
| commit | c122a7c53cf870e61353afa73e59f28226a5c48d (patch) | |
| tree | a00887415a6cc6ef082aadcebf1a6d620b9594ac /docs/ref | |
| parent | 76df4f35c2d732f7996aa6b8d816424c52ee0cc1 (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 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: |
