From 7608713d4ca5a54e1b24da496255c92efe8e9426 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 8 Apr 2013 08:49:27 +0200 Subject: Fixed typo in doc. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit