commit | bdaa6a7043679766b76ae8155f007876b7989403 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 31 19:30:56 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 31 19:30:56 2009 +0000 |
tree | 7e75a6e8f516b4363ac5a0c67503ccdc4fbdfd87 | |
parent | 956ed9782ab887fa66b02876f315e922c17409d3 [diff] [blame] |
#5618: fix typo.
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 @@ 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