diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:19:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:19:34 (GMT) |
commit | 610f84af0d810f4d43336ca4f8408d60655d5bf2 (patch) | |
tree | f30116bfefe052f898271860c7259768134c4625 /Doc/faq | |
parent | 41432f527df46664333625437849b4a052891902 (diff) | |
download | cpython-610f84af0d810f4d43336ca4f8408d60655d5bf2.zip cpython-610f84af0d810f4d43336ca4f8408d60655d5bf2.tar.gz cpython-610f84af0d810f4d43336ca4f8408d60655d5bf2.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 295ff3b..0d80f76 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -640,7 +640,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. |