diff options
| author | Tim Graham <timograham@gmail.com> | 2012-09-27 20:25:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-09-27 20:25:31 -0400 |
| commit | e44bedd13f974321c0c5deece9f5ac3da02e64c0 (patch) | |
| tree | 7da169ca06f943237d74f6dca6137a16a5920139 /docs | |
| parent | d08096317ab598b7a350d61b9b8396a3be7b8c79 (diff) | |
Fixed a typo in runserver docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 467e32c86d..93e8fd9856 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -635,7 +635,7 @@ A hostname containing ASCII-only characters can also be used. If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled (default in new projects) the :djadmin:`runserver` command will be overriden -with an own :djadmin:`runserver<staticfiles-runserver>` command. +with its own :ref:`runserver<staticfiles-runserver>` command. .. django-admin-option:: --noreload |
