diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-10 20:30:30 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-10 20:30:30 +0000 |
| commit | 78387d5e34eb06687fc20ecbd4b88350baf1d6e3 (patch) | |
| tree | a566a3544cef485dacfb718bf17118c72909418b /docs/django-admin.txt | |
| parent | 066722db046eb95920d7b4929a11723af35191ab (diff) | |
Fixed another ReST bug in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/django-admin.txt')
| -rw-r--r-- | docs/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 799964d4d2..01fc27327a 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -22,7 +22,7 @@ document. Run ``django-admin.py --help`` to display a help message that includes a terse list of all available actions and options. -Most ``action``s take a list of "app"s. An "app," in this case, is the name of +Most actions take a list of "app"s. An "app," in this case, is the name of a file containing Django models. For example, if you have a model module called ``myproject/apps/polls/pollmodels.py``, the "app" in this case would be ``"pollmodels"``. |
