[Python-checkins] peps: PEP 418: fix typo (some => sum)

victor.stinner python-checkins at python.org
Thu Apr 12 22:43:28 CEST 2012


http://hg.python.org/peps/rev/193f765deba8
changeset:   4236:193f765deba8
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Apr 12 22:42:54 2012 +0200
summary:
  PEP 418: fix typo (some => sum)

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
@@ -200,7 +200,7 @@
 time.process_time()
 ^^^^^^^^^^^^^^^^^^^
 
-Process time used for profiling: some of kernel and user-space CPU
+Process time used for profiling: sum of the kernel and user-space CPU
 time.  It does not include time elapsed during sleep.  The reference
 point of the returned value is undefined, so that only the difference
 between the results of consecutive calls is valid.

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


More information about the Python-checkins mailing list