diff options
| author | Timo Graham <timograham@gmail.com> | 2011-01-15 18:45:49 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-01-15 18:45:49 +0000 |
| commit | 8b4e39bc2eb35d28e602e9f59f5acdd84784e134 (patch) | |
| tree | edef0811d4fab388aefa43d44c7570ea065d051a /docs/ref/django-admin.txt | |
| parent | da524c56e165579aa8b113f871bea8ad7304b765 (diff) | |
Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -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 1150acb0cd..a37da02898 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -617,7 +617,7 @@ Example usage:: Run a FastCGI server as a daemon and write the spawned PID in a file. runserver [port or address:port] -------------------------------- +-------------------------------- .. django-admin:: runserver |
