summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-06 19:26:42 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-06 19:26:42 (GMT)
commit74ef694da0a9137336932c890497c14e78acd4be (patch)
treed874ef5050813942cff635857641ec836a9cf68a /Doc/lib
parent9f39f6853342df9af677810f65f655cc58c20986 (diff)
downloadcpython-74ef694da0a9137336932c890497c14e78acd4be.zip
cpython-74ef694da0a9137336932c890497c14e78acd4be.tar.gz
cpython-74ef694da0a9137336932c890497c14e78acd4be.tar.bz2
Correct typo
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libsys.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index 6a82d1b..e8a6ccd 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -31,7 +31,7 @@ It is always available.
A triple (repo, branch, version) representing the Subversion
information of the Python interpreter.
\var{repo} is the name of the repository, \code{'CPython'}.
- \var{branch} is the a string of one of the forms \code{'trunk'},
+ \var{branch} is a string of one of the forms \code{'trunk'},
\code{'branches/name'} or \code{'tags/name'}.
\var{version} is the output of \code{svnversion}, if the
interpreter was built from a Subversion checkout; it contains