Edited django-admin.txt changes from [17340]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2012-02-03 17:52:39 +00:00
parent 442ab475c8
commit f950a99acb
1 changed files with 3 additions and 3 deletions

View File

@ -993,7 +993,7 @@ will be created in the current working directory.
If the optional destination is provided, Django will use that existing If the optional destination is provided, Django will use that existing
directory as the project directory, and create ``manage.py`` and the project directory as the project directory, and create ``manage.py`` and the project
package within it. You can use '.' to denote the current working directory. package within it. Use '.' to denote the current working directory.
For example:: For example::