瀏覽代碼

Fix typos (#4140)

* examples/django: fix typo. iself => itself

* examples/django: fix grammer.
Vivek Anand 7 年之前
父節點
當前提交
d9fcca3227
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/django/README.rst

+ 1 - 1
examples/django/README.rst

@@ -8,7 +8,7 @@ Contents
 ``proj/``
 ---------
 
-This is the project iself, created using
+This is a project in itself, created using
 ``django-admin.py startproject proj``, and then the settings module
 (``proj/settings.py``) was modified to add ``demoapp`` to
 ``INSTALLED_APPS``