diff options
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index ab26e8e003..4422698576 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -142,7 +142,7 @@ following at your shell prompt (not the interactive Python prompt): .. code-block:: console - $ python -c "import sys; sys.path = sys.path[1:]; import django; print(django.__path__)" + $ python -c "import django; print(django.__path__)" .. _install-django-code: |
