[Python-checkins] cpython: Issue #10278: fix a typo in the doc

victor.stinner python-checkins at python.org
Wed Jan 18 01:57:36 CET 2012


http://hg.python.org/cpython/rev/1de276420470
changeset:   74476:1de276420470
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Wed Jan 18 01:57:19 2012 +0100
summary:
  Issue #10278: fix a typo in the doc

files:
  Modules/timemodule.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/timemodule.c b/Modules/timemodule.c
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -775,7 +775,7 @@
 \n\
 Return the current time in fractions of a second to the system's best\n\
 ability. Use this when the most accurate representation of wall-clock is\n\
-required, i.e. when "processor time" is inappropriate. The reference point\n\
+required, i.e. when \"processor time\" is inappropriate. The reference point\n\
 of the returned value is undefined so only the difference of consecutive\n\
 calls is valid.");
 

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


More information about the Python-checkins mailing list