We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2232898 commit 299dfbfCopy full SHA for 299dfbf
1 file changed
tests/test_doctestplus.py
@@ -1578,7 +1578,7 @@ def f():
1578
1579
def g():
1580
'''
1581
- Make sure out internal variables are not visible.
+ Make sure our internal variables are not visible.
1582
1583
>>> assert "ModuleChecker" not in locals()
1584
>>> assert "pytest" not in locals()
@@ -1590,7 +1590,7 @@ def g():
1590
1591
def h():
1592
1593
1594
1595
1596
0 commit comments