]> granicus.if.org Git - python/commitdiff
#5618: fix typo.
authorGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 19:30:56 +0000 (19:30 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 19:30:56 +0000 (19:30 +0000)
Doc/c-api/structures.rst

index e92827d5f2297c7a785eb8b7ab3c908f8f5843e4..c79c4cb86b6f3f31e7c02fa5eda69db90ab21634 100644 (file)
@@ -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