[Python-checkins] r57994 - peps/trunk/pep-3123.txt

brett.cannon python-checkins at python.org
Wed Sep 5 22:00:17 CEST 2007


Author: brett.cannon
Date: Wed Sep  5 22:00:17 2007
New Revision: 57994

Modified:
   peps/trunk/pep-3123.txt
Log:
Slight rewording to be less awkward.


Modified: peps/trunk/pep-3123.txt
==============================================================================
--- peps/trunk/pep-3123.txt	(original)
+++ peps/trunk/pep-3123.txt	Wed Sep  5 22:00:17 2007
@@ -85,7 +85,7 @@
   #define PyObject_VAR_HEAD    PyVarObject ob_base;
 
 Types defined as fixed-size structure will then include PyObject
-as its first field; variable-sized objects PyVarObject. E.g.::
+as its first field, PyVarObject for variable-sized objects. E.g.::
 
   typedef struct {
     PyObject ob_base;


More information about the Python-checkins mailing list