PEP 418: fix typo (some => sum)

This commit is contained in:
Victor Stinner 2012-04-12 22:42:54 +02:00
parent e33c2a9138
commit 5aaf156f23
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ Pseudo-code::
time.process_time() 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 time. It does not include time elapsed during sleep. The reference
point of the returned value is undefined, so that only the difference point of the returned value is undefined, so that only the difference
between the results of consecutive calls is valid. between the results of consecutive calls is valid.