[Python-checkins] peps: comma

benjamin.peterson python-checkins at python.org
Thu Apr 19 00:26:03 CEST 2012


http://hg.python.org/peps/rev/3f0af5cadb09
changeset:   4269:3f0af5cadb09
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 18 18:25:59 2012 -0400
summary:
  comma

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


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -1,5 +1,5 @@
 PEP: 418
-Title: Add monotonic time, performance counter and process time functions
+Title: Add monotonic time, performance counter, and process time functions
 Version: $Revision$
 Last-Modified: $Date$
 Author: Cameron Simpson <cs at zip.com.au>, Jim Jewett <jimjjewett at gmail.com>, Victor Stinner <victor.stinner at gmail.com>

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


More information about the Python-checkins mailing list