Skip to content

Commit 9717408

Browse files
Fix spelling
1 parent c812c5b commit 9717408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def check_runner(x, t=timedelta(microseconds=1000)): # pylint: disable=missing-
3737
assert not x.stopped_by_predicate()
3838
assert x.timed_out()
3939

40-
# TODO: Why was This was orginally:
40+
# TODO: Why was This was originally:
4141
# try:
4242
# x = x.copy() # copy
4343
# except: # noqa: E722 pylint: disable=bare-except

tests/test_froidure_pin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def check_attributes(S):
147147
def check_idempotents(S):
148148
ReportGuard(False)
149149

150-
# Supress TypeError in case no multiplication is provided
150+
# Suppress TypeError in case no multiplication is provided
151151
with contextlib.suppress(TypeError):
152152
assert all(x * x == x for x in S.idempotents())
153153

0 commit comments

Comments
 (0)