diff options
author | Raymond Hettinger <python@rcn.com> | 2003-01-31 05:44:25 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-01-31 05:44:25 (GMT) |
commit | 89fc4f3e5623d24632b1daf503a2f32ac2bd0d66 (patch) | |
tree | e019e573013bc934dad11b2a5fb2fc3654d4ce62 /Doc | |
parent | 2adbb83a24f38719c44dc92046957730eb47cd4f (diff) | |
download | cpython-89fc4f3e5623d24632b1daf503a2f32ac2bd0d66.zip cpython-89fc4f3e5623d24632b1daf503a2f32ac2bd0d66.tar.gz cpython-89fc4f3e5623d24632b1daf503a2f32ac2bd0d66.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/newtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 0f2f7a4..d7f2b8b 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -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 |