Skip to content

Commit

Permalink
Merge pull request #1016 from timgates42/bugfix_typo_operation
Browse files Browse the repository at this point in the history
docs: fix simple typo, opperation -> operation
  • Loading branch information
thomas-mangin authored Jan 4, 2021
2 parents d2c7c07 + 7be7556 commit bd41250
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 bd41250

Please sign in to comment.