diff options
Diffstat (limited to 'Doc/c-api/bytearray.rst')
-rw-r--r-- | Doc/c-api/bytearray.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/c-api/bytearray.rst b/Doc/c-api/bytearray.rst index 61b29ff..95ded96 100644 --- a/Doc/c-api/bytearray.rst +++ b/Doc/c-api/bytearray.rst @@ -16,7 +16,8 @@ Byte Array Objects .. c:var:: PyTypeObject PyByteArray_Type This instance of :c:type:`PyTypeObject` represents the Python bytearray type; - it is the same object as ``bytearray`` in the Python layer. + it is the same object as :class:`bytearray` in the Python layer. + Type check macros ^^^^^^^^^^^^^^^^^ |