diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:20:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:20:51 (GMT) |
commit | a4d170d985df52d3fedf908c158824c057c9b7c6 (patch) | |
tree | d0b3bf3468ab6c79a62fa85da6bf4a966a59cb62 /Doc/howto/pyporting.rst | |
parent | eaedaeccf275d5e8cb3443c50323e57dee60a204 (diff) | |
download | cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.zip cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.tar.gz cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.tar.bz2 |
Removed spaces before commas and periods.
Diffstat (limited to 'Doc/howto/pyporting.rst')
-rw-r--r-- | Doc/howto/pyporting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 9015372..92207e2 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -640,7 +640,7 @@ developing under Python 2 or Python 3. Whether this approach or using To get a complete idea of what issues you will need to deal with, see the `What's New in Python 3.0`_. Others have reorganized the data in other formats -such as http://docs.pythonsprints.com/python3_porting/py-porting.html . +such as http://docs.pythonsprints.com/python3_porting/py-porting.html\ . The following are some steps to take to try to support both Python 2 & 3 from the same source code. |