From 5aaf156f234a11a976016148ef3f63b629bd2a9f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 12 Apr 2012 22:42:54 +0200 Subject: [PATCH] PEP 418: fix typo (some => sum) --- pep-0418.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0418.txt b/pep-0418.txt index f1d3880da..08a068bb0 100644 --- a/pep-0418.txt +++ b/pep-0418.txt @@ -200,7 +200,7 @@ Pseudo-code:: time.process_time() ^^^^^^^^^^^^^^^^^^^ -Process time used for profiling: some of kernel and user-space CPU +Process time used for profiling: sum of the kernel and user-space CPU time. It does not include time elapsed during sleep. The reference point of the returned value is undefined, so that only the difference between the results of consecutive calls is valid.