diff options
| author | David Smith <smithdc@gmail.com> | 2024-08-13 07:51:56 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-13 11:18:42 +0200 |
| commit | 5ae99226669bc516ecb0ed17066ec11a898fddab (patch) | |
| tree | 8a874e323ee3ee38db771648f95ac247e125d780 /docs/ref/django-admin.txt | |
| parent | 6f0a4c1f3f015f917feb8b34ae24232d14ced04a (diff) | |
Fixed typo of --no-startup in django-admin docs.
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 f2c9e1bdc3..128abe5587 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1092,7 +1092,7 @@ Python interpreter, use ``python`` as the interface name, like so: .. _IPython: https://ipython.org/ .. _bpython: https://bpython-interpreter.org/ -.. django-admin-option:: --nostartup +.. django-admin-option:: --no-startup Disables reading the startup script for the "plain" Python interpreter. By default, the script pointed to by the :envvar:`PYTHONSTARTUP` environment |
