소스 검색

Fixed typo in docs/ref/models/fields.txt.

Matt Wiens 6 년 전
부모
커밋
c122a7c53c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref/models/fields.txt

+ 1 - 1
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: