We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b772e1b commit 779ccf1Copy full SHA for 779ccf1
bpython/test/test_autocomplete.py
@@ -179,7 +179,7 @@ def test_formatting_takes_just_last_part(self):
179
180
181
class MockNumPy(object):
182
- """This is a mock numpy object that raises an error when there is an atempt
+ """This is a mock numpy object that raises an error when there is an attempt
183
to convert it to a boolean."""
184
185
def __nonzero__(self):
0 commit comments