diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -406,8 +406,8 @@ For example, this command generates a module called **py33.unit.so** for Python 3.3: ``` -# ./configure python --module=py33 \ - --config=python-config-3.3 +# ./configure python --module=py33 \ + --config=python-config-3.3 configuring Python module checking for Python ... found checking for Python version ... 3.3 |