diff options
author | Greg Ward <gward@python.net> | 2005-03-19 17:05:48 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2005-03-19 17:05:48 (GMT) |
commit | e4c50eec933676a12bb303bfe01cf4b69c7b0e1b (patch) | |
tree | cf74e1545b02c3c52b159a3007d7c4d6d6881bd2 | |
parent | bf57f15609ccbef5c2889d86970a106bd0ec307c (diff) | |
download | cpython-e4c50eec933676a12bb303bfe01cf4b69c7b0e1b.zip cpython-e4c50eec933676a12bb303bfe01cf4b69c7b0e1b.tar.gz cpython-e4c50eec933676a12bb303bfe01cf4b69c7b0e1b.tar.bz2 |
Regenerate from Optik reST source to ensure CVS Id tags are up-to-date.
-rw-r--r-- | Doc/lib/liboptparse.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex index 0246376..2feae5d 100644 --- a/Doc/lib/liboptparse.tex +++ b/Doc/lib/liboptparse.tex @@ -1355,7 +1355,7 @@ parser.add_option("--novice", action="store_const", \end{verbatim} \end{itemize} -% $Id: reference.txt 501 2005-03-19 16:20:24Z gward $ +% $Id: reference.txt 503 2005-03-19 17:01:27Z gward $ \subsection{Option Callbacks\label{optparse-option-callbacks}} |