diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:21:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:21:57 (GMT) |
commit | 2a6145290be7aec586c170ce7e405fb3813f39fd (patch) | |
tree | e11049c936061e28d6a3ca57c5b132f2c1205531 /Doc/faq | |
parent | ae2ee96ad797435963e9aa13d54d52db765486c9 (diff) | |
parent | a4d170d985df52d3fedf908c158824c057c9b7c6 (diff) | |
download | cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.zip cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.tar.gz cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.tar.bz2 |
Removed spaces before commas and periods.
Diffstat (limited to 'Doc/faq')
-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 8bd774b..34e2fdf 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -662,7 +662,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. |