#9204: remove mentions of removed types in the types module.

This commit is contained in:
Georg Brandl 2010-10-17 10:59:41 +00:00
parent 418cc73403
commit 2aff335c36
10 changed files with 15 additions and 29 deletions

View file

@ -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
^^^^^^^^^^^^^^^^^