[Zodb-checkins] SVN: ZODB/branches/3.8/src/BTrees/Development.txt
fix markup error
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Apr 9 14:56:36 EDT 2008
Log message for revision 85197:
fix markup error
Changed:
U ZODB/branches/3.8/src/BTrees/Development.txt
-=-
Modified: ZODB/branches/3.8/src/BTrees/Development.txt
===================================================================
--- ZODB/branches/3.8/src/BTrees/Development.txt 2008-04-09 16:03:41 UTC (rev 85196)
+++ ZODB/branches/3.8/src/BTrees/Development.txt 2008-04-09 18:56:36 UTC (rev 85197)
@@ -78,7 +78,7 @@
``PyObject*``, write this to do ``Py_DECREF(K)``. Else (e.g.,
``KEY_TYPE`` is ``int``) make it a nop.
-`INCREF_KEY(K)`
+``INCREF_KEY(K)``
``K`` is a value of `KEY_TYPE`. If `KEY_TYPE` is a flavor of
``PyObject*``, write this to do ``Py_INCREF(K)``. Else (e.g., `KEY_TYPE`
More information about the Zodb-checkins
mailing list