summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-31 19:30:56 (GMT)
committerGeorg Brandl <georg@python.org>2009-03-31 19:30:56 (GMT)
commitbdaa6a7043679766b76ae8155f007876b7989403 (patch)
tree7e75a6e8f516b4363ac5a0c67503ccdc4fbdfd87
parent956ed9782ab887fa66b02876f315e922c17409d3 (diff)
downloadcpython-bdaa6a7043679766b76ae8155f007876b7989403.zip
cpython-bdaa6a7043679766b76ae8155f007876b7989403.tar.gz
cpython-bdaa6a7043679766b76ae8155f007876b7989403.tar.bz2
#5618: fix typo.
-rw-r--r--Doc/c-api/structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst
index e92827d..c79c4cb 100644
--- a/Doc/c-api/structures.rst
+++ b/Doc/c-api/structures.rst
@@ -247,7 +247,7 @@ definition with the same method name.
T_OBJECT_EX PyObject \*
T_CHAR char
T_BYTE char
- T_UNBYTE unsigned char
+ T_UBYTE unsigned char
T_UINT unsigned int
T_USHORT unsigned short
T_ULONG unsigned long