[Python-checkins] r57978 - peps/trunk/pep-3118.txt
brett.cannon
python-checkins at python.org
Wed Sep 5 02:26:10 CEST 2007
Author: brett.cannon
Date: Wed Sep 5 02:26:10 2007
New Revision: 57978
Modified:
peps/trunk/pep-3118.txt
Log:
Fix a minor grammar problem.
Modified: peps/trunk/pep-3118.txt
==============================================================================
--- peps/trunk/pep-3118.txt (original)
+++ peps/trunk/pep-3118.txt Wed Sep 5 02:26:10 2007
@@ -130,8 +130,8 @@
Specification
=============
-While the new specification allows for complicated memory sharing.
-Simple contiguous buffers of bytes can still be obtained from an
+While the new specification allows for complicated memory sharing,
+simple contiguous buffers of bytes can still be obtained from an
object. In fact, the new protocol allows a standard mechanism for
doing this even if the original object is not represented as a
contiguous chunk of memory.
More information about the Python-checkins
mailing list