diff options
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index d705b7d8..bc9351e2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -69,7 +69,7 @@ Script of installation # Installation of Python wget http://www.python.org/ftp/python/3.3.1/Python-3.3.1.tar.bz2 tar -xvjf Python-3.3.1.tar.bz2 - cd cd Python-3.3.1/ + cd Python-3.3.1/ ./configure make sudo make install |