diff options
author | Georg Brandl <georg@python.org> | 2006-01-06 19:26:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-06 19:26:42 (GMT) |
commit | 74ef694da0a9137336932c890497c14e78acd4be (patch) | |
tree | d874ef5050813942cff635857641ec836a9cf68a | |
parent | 9f39f6853342df9af677810f65f655cc58c20986 (diff) | |
download | cpython-74ef694da0a9137336932c890497c14e78acd4be.zip cpython-74ef694da0a9137336932c890497c14e78acd4be.tar.gz cpython-74ef694da0a9137336932c890497c14e78acd4be.tar.bz2 |
Correct typo
-rw-r--r-- | Doc/lib/libsys.tex | 2 |
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 |