Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d707a5

Browse files
committed
Remove extra period produced by previous change.
1 parent a066f46 commit 4d707a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@ \subsection{Sequence Types \label{typesseq}}
393393

394394
Buffer objects are not directly supported by Python syntax, but can be
395395
created by calling the builtin function
396-
\function{buffer()}.\bifuncindex{buffer}. They support
397-
concatenation and repetition, but the result is a new string object
398-
rather than a new buffer object.
396+
\function{buffer()}.\bifuncindex{buffer} They support concatenation
397+
and repetition, but the result is a new string object rather than a
398+
new buffer object.
399399
\obindex{buffer}
400400

401401
Xrange objects are similar to buffers in that there is no specific

0 commit comments

Comments
 (0)