mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix typo
This commit is contained in:
parent
2adbb83a24
commit
89fc4f3e56
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ Foo_Type.ob_type = &PyType_Type;
|
|||
|
||||
\begin{cmemberdesc}{PyTypeObject}{int}{tp_basicsize}
|
||||
\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.
|
||||
|
||||
There are two kinds of types: types with fixed-length instances have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue