mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Kill lingering docs references to UnicodeType.
This commit is contained in:
parent
2befd247e9
commit
d1d9a890eb
2 changed files with 1 additions and 8 deletions
|
|
@ -1000,7 +1000,7 @@ this in mind when writing extensions or interfaces.
|
|||
.. cvar:: PyTypeObject PyUnicode_Type
|
||||
|
||||
This instance of :ctype:`PyTypeObject` represents the Python Unicode type. It
|
||||
is exposed to Python code as ``unicode`` and ``types.UnicodeType``.
|
||||
is exposed to Python code as ``str``.
|
||||
|
||||
The following APIs are really C macros and can be used to do fast checks and to
|
||||
access internal read-only data of Unicode objects:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue