summaryrefslogtreecommitdiffstats
path: root/Lib/profile.py
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
commit10e1bf2f64b77f3a71157c72de19265870cdeb5f (patch)
tree4230ef139d940ff0fa2f56afdb5d1d6ec84e6bab /Lib/profile.py
parent0707fea5ee112da270a86b5a147f260d6c0e35ef (diff)
downloadcpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.zip
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.gz
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.bz2
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
Diffstat (limited to 'Lib/profile.py')
-rwxr-xr-xLib/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/profile.py b/Lib/profile.py
index e31363a..feaf287 100755
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -390,7 +390,7 @@ class Profile:
# more carefully the number of events (and cumulatively, the number
# of events during sub functions) that are seen. If this were
# done, then the arithmetic could be done after the fact (i.e., at
- # display time). Currintly, we track only call/return events.
+ # display time). Currently, we track only call/return events.
# These values can be deduced by examining the callees and callers
# vectors for each functions. Hence we *can* almost correct the
# internal time figure at print time (note that we currently don't