Commit af4f0bae authored by Jon Dufresne's avatar Jon Dufresne Committed by Paul Ganssle

Add missing word to sentence in docs (#1552)

Add missing word to sentence in python 3 docs
parent f0cd0ad9
Fixed a minor typo in the python 2/3 compatibility documentation.
......@@ -9,7 +9,7 @@ code.
Setuptools provides a facility to invoke 2to3 on the code as a part of the
build process, by setting the keyword parameter ``use_2to3`` to True, but
the Setuptools strongly recommends instead developing a unified codebase
the Setuptools project strongly recommends instead developing a unified codebase
using `six <https://pypi.org/project/six/>`_,
`future <https://pypi.org/project/future/>`_, or another compatibility
library.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment