mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #39171 from eltociear/patch-22
This commit is contained in:
@@ -48,7 +48,7 @@ class Sample(namedtuple("Sample", "i num_iters runtime")):
|
||||
"""
|
||||
|
||||
def __repr__(self):
|
||||
"""Shorter Sample formating for debugging purposes."""
|
||||
"""Shorter Sample formatting for debugging purposes."""
|
||||
return "s({0.i!r}, {0.num_iters!r}, {0.runtime!r})".format(self)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user