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