Commit 89fc4f3e authored by Raymond Hettinger's avatar Raymond Hettinger

Fix typo

parent 2adbb83a
...@@ -441,7 +441,7 @@ Foo_Type.ob_type = &PyType_Type; ...@@ -441,7 +441,7 @@ Foo_Type.ob_type = &PyType_Type;
\begin{cmemberdesc}{PyTypeObject}{int}{tp_basicsize} \begin{cmemberdesc}{PyTypeObject}{int}{tp_basicsize}
\cmemberline{PyTypeObject}{int}{tp_itemsize} \cmemberline{PyTypeObject}{int}{tp_itemsize}
These fields allow calculating the size in byte of instances of These fields allow calculating the size in bytes of instances of
the type. the type.
There are two kinds of types: types with fixed-length instances have There are two kinds of types: types with fixed-length instances have
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment