From 5ae99226669bc516ecb0ed17066ec11a898fddab Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 13 Aug 2024 07:51:56 +0100 Subject: [PATCH] Fixed typo of --no-startup in django-admin 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 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