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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee3c6074c37175f1bee473f055cdcc93be3bf6ec;p=python add missing period --- diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex index d8f1de73bc..7fe950ffa0 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}