PEP 418: fix typo (some => sum)
This commit is contained in:
parent
e33c2a9138
commit
5aaf156f23
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue