From: Georg Brandl Date: Tue, 31 Mar 2009 19:30:56 +0000 (+0000) Subject: #5618: fix typo. X-Git-Tag: v2.7a1~1686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdaa6a7043679766b76ae8155f007876b7989403;p=thirdparty%2FPython%2Fcpython.git #5618: fix typo. --- diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst index e92827d5f229..c79c4cb86b6f 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