소스 검색

fixes typo

Ask Solem 12 년 전
부모
커밋
687b8f0f03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/django/first-steps-with-django.rst

+ 1 - 1
docs/django/first-steps-with-django.rst

@@ -106,7 +106,7 @@ parts of the Celery documentation.
 
 .. admonition:: Relative Imports
 
-    You have to consistent in how you import the task module, e.g. if
+    You have to be consistent in how you import the task module, e.g. if
     you have ``project.app`` in ``INSTALLED_APPS`` then you also
     need to import the tasks ``from project.app`` or else the names
     of the tasks will be different.