From: Fred Drake Date: Tue, 24 Sep 2002 15:32:04 +0000 (+0000) Subject: Remove spurious period. X-Git-Tag: v2.3c1~3998 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36c2bd8e3408de9918021c04588e217174989da9;p=python Remove spurious period. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 9f23cdf3fe..a35923fb84 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}