Skip to content

Commit 32a967f

Browse files
authored
Merge pull request #39171 from eltociear/patch-22
2 parents 3d685b5 + c48f6e0 commit 32a967f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/compare_perf_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Sample(namedtuple("Sample", "i num_iters runtime")):
4848
"""
4949

5050
def __repr__(self):
51-
"""Shorter Sample formating for debugging purposes."""
51+
"""Shorter Sample formatting for debugging purposes."""
5252
return "s({0.i!r}, {0.num_iters!r}, {0.runtime!r})".format(self)
5353

5454

0 commit comments

Comments
 (0)