[Python-checkins] r57121 - peps/trunk/pep-3118.txt

brett.cannon python-checkins at python.org
Fri Aug 17 05:22:18 CEST 2007


Author: brett.cannon
Date: Fri Aug 17 05:21:58 2007
New Revision: 57121

Modified:
   peps/trunk/pep-3118.txt
Log:
Fix a reST typo where a block of code was not made a literal block.


Modified: peps/trunk/pep-3118.txt
==============================================================================
--- peps/trunk/pep-3118.txt	(original)
+++ peps/trunk/pep-3118.txt	Fri Aug 17 05:21:58 2007
@@ -604,6 +604,7 @@
 way is more efficient.
 
 ::
+
      int PyObject_CopyData(PyObject *dest, PyObject *src)
 
 These last three C-API calls allow a standard way of getting data in and


More information about the Python-checkins mailing list