]> granicus.if.org Git - python/commitdiff
Remove visible XXX comments.
authorGeorg Brandl <georg@python.org>
Mon, 6 Dec 2010 22:02:48 +0000 (22:02 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 6 Dec 2010 22:02:48 +0000 (22:02 +0000)
Doc/c-api/typeobj.rst

index fe751c21f2876de7f2062a6b979312be12d01035..25d079354df80c0962acbf37a677ed2e68c5321e 100644 (file)
@@ -705,7 +705,9 @@ type objects) *must* have the :attr:`ob_size` field.
    This field is not inherited by subtypes (computed attributes are inherited
    through a different mechanism).
 
-   Docs for PyGetSetDef (XXX belong elsewhere)::
+   .. XXX belongs elsewhere
+
+   Docs for PyGetSetDef::
 
       typedef PyObject *(*getter)(PyObject *, void *);
       typedef int (*setter)(PyObject *, PyObject *, void *);
@@ -752,7 +754,7 @@ type objects) *must* have the :attr:`ob_size` field.
 
       PyObject * tp_descr_get(PyObject *self, PyObject *obj, PyObject *type);
 
-   XXX explain.
+   .. XXX explain.
 
    This field is inherited by subtypes.
 
@@ -767,7 +769,7 @@ type objects) *must* have the :attr:`ob_size` field.
 
    This field is inherited by subtypes.
 
-   XXX explain.
+   .. XXX explain.
 
 
 .. c:member:: long PyTypeObject.tp_dictoffset