[Python-checkins] r61952 - python/trunk/Doc/c-api/structures.rst

mark.dickinson python-checkins at python.org
Wed Mar 26 22:41:36 CET 2008


Author: mark.dickinson
Date: Wed Mar 26 22:41:36 2008
New Revision: 61952
Modified:
 python/trunk/Doc/c-api/structures.rst
Log:
Typo: "objects reference count" -> "object's reference count"
Modified: python/trunk/Doc/c-api/structures.rst
==============================================================================
--- python/trunk/Doc/c-api/structures.rst	(original)
+++ python/trunk/Doc/c-api/structures.rst	Wed Mar 26 22:41:36 2008
@@ -20,7 +20,7 @@
 
 All object types are extensions of this type. This is a type which contains the
 information Python needs to treat a pointer to an object as an object. In a
- normal "release" build, it contains only the objects reference count and a
+ normal "release" build, it contains only the object's reference count and a
 pointer to the corresponding type object. It corresponds to the fields defined
 by the expansion of the ``PyObject_HEAD`` macro.
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /