summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2024-08-13 07:51:56 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-13 11:21:06 +0200
commitdbca05698a14d6c771346d3fe6b72159cb32ce14 (patch)
tree79e2ea8351c8a634fd53f5630a8d01f2c87210ce
parentecf13f192de7c26a7606f5ba46a3773a9c84ef72 (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.txt2
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