diff options
Diffstat (limited to 'docs/topics/install.txt')
| -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 2955f9d3b1..4fd745d22b 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -172,7 +172,7 @@ This file should also be located in your ``site-packages`` directory. .. code-block:: bash - python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()" + python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())" (Note that this should be run from a shell prompt, not a Python interactive prompt.) |
