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:21:06 +0200 |
| commit | dbca05698a14d6c771346d3fe6b72159cb32ce14 (patch) | |
| tree | 79e2ea8351c8a634fd53f5630a8d01f2c87210ce | |
| parent | ecf13f192de7c26a7606f5ba46a3773a9c84ef72 (diff) | |
[5.1.x] Fixed typo of --no-startup in django-admin docs.
Backport of 5ae99226669bc516ecb0ed17066ec11a898fddab from main.
| -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 0e0a79fdd7..1ed4a35f07 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1078,7 +1078,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 |
