Skip to content

Commit 299dfbf

Browse files
authored
Minor typo
1 parent 2232898 commit 299dfbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_doctestplus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ def f():
15781578
15791579
def g():
15801580
'''
1581-
Make sure out internal variables are not visible.
1581+
Make sure our internal variables are not visible.
15821582
15831583
>>> assert "ModuleChecker" not in locals()
15841584
>>> assert "pytest" not in locals()
@@ -1590,7 +1590,7 @@ def g():
15901590
15911591
def h():
15921592
'''
1593-
Make sure out internal variables are not visible.
1593+
Make sure our internal variables are not visible.
15941594
15951595
>>> assert "ModuleChecker" not in locals()
15961596
>>> assert "pytest" not in locals()

0 commit comments

Comments
 (0)