Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89fc4f3

Browse files
committed
Fix typo
1 parent 2adbb83 commit 89fc4f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/newtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ \section{Type Objects \label{type-structs}}
441441

442442
\begin{cmemberdesc}{PyTypeObject}{int}{tp_basicsize}
443443
\cmemberline{PyTypeObject}{int}{tp_itemsize}
444-
These fields allow calculating the size in byte of instances of
444+
These fields allow calculating the size in bytes of instances of
445445
the type.
446446

447447
There are two kinds of types: types with fixed-length instances have

0 commit comments

Comments
 (0)