summaryrefslogtreecommitdiff
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2012-01-18 01:57:19 +0100
committerVictor Stinner <victor.stinner@haypocalc.com>2012-01-18 01:57:19 +0100
commit1a25d6960d63f9d754c5faeaa19129eb85c640ae (patch)
tree108c134e249c952d3467f15852d3ebdfef649a6a /Modules/timemodule.c
parentfd12e2d01e9256089299591994f8ff362a26054b (diff)
downloadcpython-1a25d6960d63f9d754c5faeaa19129eb85c640ae.tar.gz
Issue #10278: fix a typo in the doc
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c2
1 files changed, 1 insertions, 1 deletions
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.");