From: Fred Drake Date: Mon, 26 Jan 2004 19:40:18 +0000 (+0000) Subject: add missing period X-Git-Tag: v2.4a1~897 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee3c6074c37175f1bee473f055cdcc93be3bf6ec;p=thirdparty%2FPython%2Fcpython.git add missing period --- diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex index d8f1de73bc1d..7fe950ffa045 100644 --- a/Doc/lib/libgetopt.tex +++ b/Doc/lib/libgetopt.tex @@ -145,5 +145,5 @@ if __name__ == "__main__": \end{verbatim} \begin{seealso} - \seemodule{optparse}{More object-oriented command line option parsing} + \seemodule{optparse}{More object-oriented command line option parsing.} \end{seealso}