From 855889b4bf4478cc359fb1354ab5bbb99a7829aa Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 18 Jan 2012 01:57:19 +0100 Subject: [PATCH] Issue #10278: fix a typo in the doc --- Modules/timemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/timemodule.c b/Modules/timemodule.c index b6972aec79..8fa115c123 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."); -- 2.40.0