From: Victor Stinner Date: Wed, 18 Jan 2012 00:57:19 +0000 (+0100) Subject: Issue #10278: fix a typo in the doc X-Git-Tag: v3.3.0a1~364^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=855889b4bf4478cc359fb1354ab5bbb99a7829aa;p=thirdparty%2FPython%2Fcpython.git Issue #10278: fix a typo in the doc --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index b6972aec79e5..8fa115c123d8 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -775,7 +775,7 @@ PyDoc_STRVAR(wallclock_doc, \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.");