Skip to content

Commit

Permalink
docs: fix simple typo, opperation -> operation
Browse files Browse the repository at this point in the history
There is a small typo in dev/profile/pyprof2calltree.py.

Should read `operation` rather than `opperation`.
  • Loading branch information
timgates42 committed Dec 28, 2020
1 parent d2c7c07 commit 7be7556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/profile/pyprof2calltree.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Entry(object):
def pstats2entries(data):
"""Helper to convert serialized pstats back to a list of raw entries
Converse opperation of cProfile.Profile.snapshot_stats()
Converse operation of cProfile.Profile.snapshot_stats()
"""
entries = dict()
allcallers = dict()
Expand Down

0 comments on commit 7be7556

Please sign in to comment.