]> granicus.if.org Git - python/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Fri, 31 Jan 2003 05:44:25 +0000 (05:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 31 Jan 2003 05:44:25 +0000 (05:44 +0000)
Doc/api/newtypes.tex

index 0f2f7a4ad786d5a284b92c8ffeb335efc79601c1..d7f2b8bcf2edfe8db430e27e3eef799a2c6a51d1 100644 (file)
@@ -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