From e44bedd13f974321c0c5deece9f5ac3da02e64c0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 27 Sep 2012 20:25:31 -0400 Subject: [PATCH] Fixed a typo in runserver docs --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` contrib app is enabled (default in new projects) the :djadmin:`runserver` command will be overriden -with an own :djadmin:`runserver` command. +with its own :ref:`runserver` command. .. django-admin-option:: --noreload