]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #10278: fix a typo in the doc
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 Jan 2012 00:57:19 +0000 (01:57 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 Jan 2012 00:57:19 +0000 (01:57 +0100)
Modules/timemodule.c

index b6972aec79e55d0e61a905d02f59879d96b6976a..8fa115c123d8874e9d26f49e4f70dc5b65d56c0f 100644 (file)
@@ -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.");