summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-09-24 15:32:04 (GMT)
committerFred Drake <fdrake@acm.org>2002-09-24 15:32:04 (GMT)
commit36c2bd8e3408de9918021c04588e217174989da9 (patch)
treeab4308f6eae14bb69eee81b276af618fc3651827 /Doc
parent7b788e0582e3b9b92634b6955fb4fa39f0b1428f (diff)
downloadcpython-36c2bd8e3408de9918021c04588e217174989da9.zip
cpython-36c2bd8e3408de9918021c04588e217174989da9.tar.gz
cpython-36c2bd8e3408de9918021c04588e217174989da9.tar.bz2
Remove spurious period.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 9f23cdf..a35923f 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -410,7 +410,7 @@ item tuple must have a trailing comma, e.g., \code{(d,)}.
Buffer objects are not directly supported by Python syntax, but can be
created by calling the builtin function
-\function{buffer()}.\bifuncindex{buffer}. They don't support
+\function{buffer()}.\bifuncindex{buffer} They don't support
concatenation or repetition.
\obindex{buffer}