Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 491d488

Browse files
authored
Update Lib/test/test_inspect/test_inspect.py
1 parent e631e51 commit 491d488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ def run(coro):
11671167
except StopIteration as e:
11681168
return e.value
11691169
else:
1170-
raise RuntimeError("coroutine did not complete syncronously!")
1170+
raise RuntimeError("coroutine did not complete synchronously!")
11711171
finally:
11721172
coro.close()
11731173

0 commit comments

Comments
 (0)