[Checkins] SVN: ZODB/trunk/src/BTrees/Development.txt fix markup error

Fred L. Drake, Jr. fdrake at gmail.com
Wed Apr 9 14:58:38 EDT 2008


Log message for revision 85198:
  fix markup error

Changed:
  U   ZODB/trunk/src/BTrees/Development.txt

-=-
Modified: ZODB/trunk/src/BTrees/Development.txt
===================================================================
--- ZODB/trunk/src/BTrees/Development.txt	2008-04-09 18:56:36 UTC (rev 85197)
+++ ZODB/trunk/src/BTrees/Development.txt	2008-04-09 18:58:36 UTC (rev 85198)
@@ -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 Checkins mailing list