diff options
author | Javier Revillas <jrevillas@massivedynamic.io> | 2017-09-11 12:36:07 +0300 |
---|---|---|
committer | Javier Revillas <jrevillas@massivedynamic.io> | 2017-09-11 12:36:07 +0300 |
commit | 541f738a7f5a839a243a814abf624af7befd0336 (patch) | |
tree | 8a346f136f1ae47330f1c63b7a64e8d60b647fb8 /README.md | |
parent | 962f1279391ce3fbf555447c48c37fc3455f13b2 (diff) | |
download | unit-541f738a7f5a839a243a814abf624af7befd0336.tar.gz unit-541f738a7f5a839a243a814abf624af7befd0336.tar.bz2 |
Removing extra spaces introduced by PR #1.
This closes #24 PR on GitHub.
From 1903735e179a68c5cb661a375a1a022f764ed3f1
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 |