From 7be7556ed7df856faaac6bf841f2392a619b589c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 10:29:30 +1100 Subject: [PATCH] docs: fix simple typo, opperation -> operation There is a small typo in dev/profile/pyprof2calltree.py. Should read `operation` rather than `opperation`. --- dev/profile/pyprof2calltree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/profile/pyprof2calltree.py b/dev/profile/pyprof2calltree.py index 630c1ada2..ff8463c60 100755 --- a/dev/profile/pyprof2calltree.py +++ b/dev/profile/pyprof2calltree.py @@ -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()