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/faq/library.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/faq/library.rst')
-rw-r--r-- | Doc/faq/library.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index c8ef9e7..4755110 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -658,7 +658,7 @@ and client-side web systems. .. XXX check if wiki page is still up to date A summary of available frameworks is maintained by Paul Boddie at -http://wiki.python.org/moin/WebProgramming . +http://wiki.python.org/moin/WebProgramming\ . Cameron Laird maintains a useful set of pages about Python web technologies at http://phaseit.net/claird/comp.lang.python/web_python. |