summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcmd.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-15 07:55:35 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-15 07:55:35 (GMT)
commita635fbbcb065bc24e86470173c71f2e3e5a5b8f6 (patch)
treec6f9ae4638521370090ad99cdd9d7a70a4e91fef /Doc/lib/libcmd.tex
parentd056005482aa3de7145692a591d4ceb30e540d36 (diff)
downloadcpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.zip
cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.tar.gz
cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.tar.bz2
Remove dots in \version{changed,added} argument and
correct argument order.
Diffstat (limited to 'Doc/lib/libcmd.tex')
-rw-r--r--Doc/lib/libcmd.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex
index ce01d24..661eb9e 100644
--- a/Doc/lib/libcmd.tex
+++ b/Doc/lib/libcmd.tex
@@ -29,7 +29,7 @@ input and output file objects that the Cmd instance or subclass
instance will use for input and output. If not specified, they
will default to \var{sys.stdin} and \var{sys.stdout}.
-\versionchanged[The \var{stdin} and \var{stdout} parameters were added.]{2.3}
+\versionchanged[The \var{stdin} and \var{stdout} parameters were added]{2.3}
\end{classdesc}
\subsection{Cmd Objects}