diff options
author | Juan RP <xtraeme@gmail.com> | 2014-05-06 08:50:15 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-05-06 08:50:34 +0000 |
commit | 5636615e436d65954003551a65ee6546ec1a2484 (patch) | |
tree | 842ce71a8329a71dcced7897b00713608d55b6f9 /Manual.md | |
parent | 90a82588bc8b65015c4cfc1e92c17c5bca629eb4 (diff) | |
download | void-packages-5636615e436d65954003551a65ee6546ec1a2484.tar void-packages-5636615e436d65954003551a65ee6546ec1a2484.tar.gz void-packages-5636615e436d65954003551a65ee6546ec1a2484.tar.bz2 void-packages-5636615e436d65954003551a65ee6546ec1a2484.tar.lz void-packages-5636615e436d65954003551a65ee6546ec1a2484.tar.xz void-packages-5636615e436d65954003551a65ee6546ec1a2484.tar.zst void-packages-5636615e436d65954003551a65ee6546ec1a2484.zip |
Manual.md: update python_versions example.
Diffstat (limited to 'Manual.md')
-rw-r--r-- | Manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md index 8e10734bb23..871124cef23 100644 --- a/Manual.md +++ b/Manual.md @@ -380,7 +380,7 @@ available in repositories. - `python-module` For packages that use the Python module build method (setup.py). By default the module will be built for python2. The `python_versions` variable may be defined to set the allowed python versions to be built, i.e: -`python_version="2 3"`. +`python_version="2.7 3.3"`. - `waf3` For packages that use the Python3 `waf` build method with python3. |