commit | 829befb9e338013d7fb0b97965e991860622c2b6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 13 09:59:39 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 13 09:59:39 2011 +0000 |
tree | a62eb4fa900aba880eef1cdbe746cf2178de8c4a | |
parent | 3a780aaab4c2254729b1bf62890f164d9b2e44c8 [diff] |
Fix markup error and update suspicious ignores.
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index fc08d18..fb595d0 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst
@@ -557,11 +557,11 @@ except ImportError: # Python 2 from distutils.command.build_py import build_py - setup(cmdclass = {'build_py':build_py}, + setup(cmdclass = {'build_py': build_py}, # ... ) - For Distribute:: +For Distribute:: setup(use_2to3=True, # ...