Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a066f46 commit 4d707a5Copy full SHA for 4d707a5
1 file changed
Doc/lib/libstdtypes.tex
@@ -393,9 +393,9 @@ \subsection{Sequence Types \label{typesseq}}
393
394
Buffer objects are not directly supported by Python syntax, but can be
395
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.
+\function{buffer()}.\bifuncindex{buffer} They support concatenation
+and repetition, but the result is a new string object rather than a
+new buffer object.
399
\obindex{buffer}
400
401
Xrange objects are similar to buffers in that there is no specific
0 commit comments