commit | 42a826408b7e7d0a482ca8564574caff6ec8b39d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jun 08 07:57:35 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jun 08 07:57:35 2009 +0000 |
tree | bb1a0bb1edbadd30399b0d5f8791929a0342e08e | |
parent | 64092a56ec2f9278cbee033fc123352cbb74aaa4 [diff] [blame] |
Remove period from end of headings.
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 3879e0d..1e14e4b 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst
@@ -1,6 +1,5 @@ - -:mod:`cgi` --- Common Gateway Interface support. -================================================ +:mod:`cgi` --- Common Gateway Interface support +=============================================== .. module:: cgi :synopsis: Helpers for running Python scripts via the Common Gateway Interface.