diff options
author | SunBlack <SunBlack@users.noreply.github.com> | 2023-01-10 13:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 12:25:32 +0000 |
commit | fe65457e80ef8ab6bbd6da418ab7cb6f6102afda (patch) | |
tree | f493cff300eec17b17ced602fe07aaf124563b86 /bindings/python/google_benchmark/example.py | |
parent | 37faf6f975ce7c06c5abe59795270867dc2960ca (diff) | |
download | google-benchmark-fe65457e80ef8ab6bbd6da418ab7cb6f6102afda.tar.gz google-benchmark-fe65457e80ef8ab6bbd6da418ab7cb6f6102afda.zip |
Fix typos found by codespell (#1519)
Diffstat (limited to 'bindings/python/google_benchmark/example.py')
-rw-r--r-- | bindings/python/google_benchmark/example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/google_benchmark/example.py b/bindings/python/google_benchmark/example.py index 487acc9..d95a043 100644 --- a/bindings/python/google_benchmark/example.py +++ b/bindings/python/google_benchmark/example.py @@ -72,7 +72,7 @@ def manual_timing(state): @benchmark.register def custom_counters(state): - """Collect cutom metric using benchmark.Counter.""" + """Collect custom metric using benchmark.Counter.""" num_foo = 0.0 while state: # Benchmark some code here |