Skip to content

Commit 87c06c5

Browse files
committed
Typo in comment
1 parent 1a1cfda commit 87c06c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_09_examples_debugging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_debugging(ctestdir):
99
"""Debugging example
1010
"""
1111
# The debugging example requires the enum module which is has been
12-
# added to the standard kibrary in Python 3.4. Skip this test if
12+
# added to the standard library in Python 3.4. Skip this test if
1313
# the module is not available.
1414
_ = pytest.importorskip("enum")
1515
with get_example("debugging.py").open("rt") as f:

0 commit comments

Comments
 (0)