[Python-checkins] peps: typo

victor.stinner python-checkins at python.org
Tue Jun 18 22:08:02 CEST 2013


http://hg.python.org/peps/rev/6dc665025073
changeset:   4945:6dc665025073
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Jun 18 22:07:52 2013 +0200
summary:
  typo

files:
  pep-0445.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0445.txt b/pep-0445.txt
--- a/pep-0445.txt
+++ b/pep-0445.txt
@@ -21,14 +21,14 @@
 Use cases:
 
 * Application embedding Python may want to isolate Python memory from
-  the memory of the application, or may want to different memory
+  the memory of the application, or may want to use a different memory
   allocator optimized for its Python usage
 * Python running on embedded devices with low memory and slow CPU.
   A custom memory allocator may be required to use efficiently the
   memory and/or to be able to use all the memory of the device.
 * Debug tool to:
 
-  - track memory usage (memory leaks)
+  - track the memory usage (memory leaks)
   - get the Python filename and line number where an object was
     allocated
   - detect buffer underflow, buffer overflow and detect misuse of Python

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list