From 74ef694da0a9137336932c890497c14e78acd4be Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 6 Jan 2006 19:26:42 +0000 Subject: Correct typo --- Doc/lib/libsys.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12