Fixed typo.

This closes #1 PR on GitHub.
This commit is contained in:
Eugene Agafonov
2017-09-07 01:41:22 +03:00
parent d87a4fb642
commit fa42e9c7f9

View File

@@ -406,7 +406,7 @@ For example, this command generates a module called **py33.unit.so** for
Python 3.3: Python 3.3:
``` ```
# ./configure php --module=py33 \ # ./configure python --module=py33 \
--config=python-config-3.3 --config=python-config-3.3
configuring Python module configuring Python module
checking for Python ... found checking for Python ... found