summaryrefslogtreecommitdiffstats
path: root/Doc/libglob.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-09 14:12:11 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-09 14:12:11 (GMT)
commit2de75ec245adbe0cc5e6fa831935db4b85a47a42 (patch)
tree6e00704c42a345abf13a050c78c50cff19c5996b /Doc/libglob.tex
parent9da38814a3d5e81f535396fd731b1fbbd4970af5 (diff)
downloadcpython-2de75ec245adbe0cc5e6fa831935db4b85a47a42.zip
cpython-2de75ec245adbe0cc5e6fa831935db4b85a47a42.tar.gz
cpython-2de75ec245adbe0cc5e6fa831935db4b85a47a42.tar.bz2
Don't assume that \version expands to the 3-character major.minor number; it
is the full release version name ("1.5.1beta1", for instance).
Diffstat (limited to 'Doc/libglob.tex')
-rw-r--r--Doc/libglob.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libglob.tex b/Doc/libglob.tex
index 6864c77..10f667a 100644
--- a/Doc/libglob.tex
+++ b/Doc/libglob.tex
@@ -15,7 +15,7 @@ and \function{os.path.expandvars()}.)
Returns a possibly-empty list of path names that match \var{pathname},
which must be a string containing a path specification.
\var{pathname} can be either absolute (like
-\file{/usr/src/Python\version/Makefile}) or relative (like
+\file{/usr/src/Python-1.5/Makefile}) or relative (like
\file{../../Tools/*.gif}), and can contain shell-style wildcards.
\end{funcdesc}