diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-08 08:49:27 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-08 08:49:27 +0200 |
commit | 7608713d4ca5a54e1b24da496255c92efe8e9426 (patch) | |
tree | 7bb7824f9f09384f933ed65af4623b664421f74b /docs | |
parent | Test a complemete installation script (Python 3.3.1 + distribute + pip + pyag... (diff) | |
download | newspipe-7608713d4ca5a54e1b24da496255c92efe8e9426.tar.gz newspipe-7608713d4ca5a54e1b24da496255c92efe8e9426.tar.bz2 newspipe-7608713d4ca5a54e1b24da496255c92efe8e9426.zip |
Fixed typo in doc.
Diffstat (limited to 'docs')
-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 |