summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-01-26 19:40:18 +0000
committerFred Drake <fdrake@acm.org>2004-01-26 19:40:18 +0000
commit0fde0006973df1c70c6b0c3088f90b84b4890dde (patch)
treede35e0247f7cbf9147c08127c825d3686681b741 /Doc
parent59fbaf7bcea00213e5281997be10a54cd3fa2d73 (diff)
downloadcpython-0fde0006973df1c70c6b0c3088f90b84b4890dde.tar.gz
add missing period
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libgetopt.tex2
1 files changed, 1 insertions, 1 deletions
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}