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 c0590c0 commit 0f25c23Copy full SHA for 0f25c23
1 file changed
Doc/library/functions.rst
@@ -164,8 +164,8 @@ are always available. They are listed here in alphabetical order.
164
* If it is an *integer*, the array will have that size and will be
165
initialized with null bytes.
166
167
- * If it is an object conforming to the *buffer* interface, a read-only buffer
168
- of the object will be used to initialize the bytes array.
+ * If it is an object conforming to the :ref:`buffer interface <bufferobjects>`,
+ a read-only buffer of the object will be used to initialize the bytes array.
169
170
* If it is an *iterable*, it must be an iterable of integers in the range
171
``0 <= x < 256``, which are used as the initial contents of the array.
0 commit comments