From a33e5bf7ca2d86e046ac47bdca4e34e182e90659 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 18 Jul 2021 08:26:02 +1000 Subject: [PATCH] docs: Fix a few typos There are small typos in: - pyperform/cprofile_parser.py Fixes: - Should read `further` rather than `futher`. - Should read `deconstruction` rather than `decontruction`. --- pyperform/cprofile_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyperform/cprofile_parser.py b/pyperform/cprofile_parser.py index aa5533c..e44f584 100644 --- a/pyperform/cprofile_parser.py +++ b/pyperform/cprofile_parser.py @@ -95,7 +95,7 @@ def __repr__(self): class cProfileParser(object): """ - A manager class that reads in a pstats file and allows futher decontruction of the statistics. + A manager class that reads in a pstats file and allows further deconstruction of the statistics. """ def __init__(self, pstats_file): self.path = pstats_file