From e7058fda143aa574c509f6de859d681526845619 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 4 Feb 2015 23:32:13 +0100 Subject: [PATCH] Manual.md: fix typo --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 56ceb4a2452..b92dd6ade19 100644 --- a/Manual.md +++ b/Manual.md @@ -525,7 +525,7 @@ Additional install arguments can be specified via `make_install_args`. - `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.7 3.3"`. +`python_versions="2.7 3.3"`. - `waf3` For packages that use the Python3 `waf` build method with python3.