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 36cb0c8 commit df4790cCopy full SHA for df4790c
Doc/library/functions.rst
@@ -150,8 +150,8 @@ are always available. They are listed here in alphabetical order.
150
* If it is an *integer*, the array will have that size and will be
151
initialized with null bytes.
152
153
- * If it is an object conforming to the *buffer* interface, a read-only buffer
154
- 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.
155
156
* If it is an *iterable*, it must be an iterable of integers in the range
157
``0 <= x < 256``, which are used as the initial contents of the array.
0 commit comments