summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/concrete.rst
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-28 06:09:47 (GMT)
committerCollin Winter <collinw@gmail.com>2007-08-28 06:09:47 (GMT)
commitd1d9a890eb45951b4bc6f5b9d497bd62f16ed361 (patch)
treeab0f3965948c42fd2f4f4b8cb02ebad9978d2826 /Doc/c-api/concrete.rst
parent2befd247e95b0776fff71524a7cb604facd4b634 (diff)
downloadcpython-d1d9a890eb45951b4bc6f5b9d497bd62f16ed361.zip
cpython-d1d9a890eb45951b4bc6f5b9d497bd62f16ed361.tar.gz
cpython-d1d9a890eb45951b4bc6f5b9d497bd62f16ed361.tar.bz2
Kill lingering docs references to UnicodeType.
Diffstat (limited to 'Doc/c-api/concrete.rst')
-rw-r--r--Doc/c-api/concrete.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst
index f4472a7..0dc7197 100644
--- a/Doc/c-api/concrete.rst
+++ b/Doc/c-api/concrete.rst
@@ -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: