Skip to content

Commit 779ccf1

Browse files
timgates42sebastinas
authored andcommitted
Fix simple typo: atempt -> attempt
Closes bpython#785
1 parent b772e1b commit 779ccf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_autocomplete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_formatting_takes_just_last_part(self):
179179

180180

181181
class MockNumPy(object):
182-
"""This is a mock numpy object that raises an error when there is an atempt
182+
"""This is a mock numpy object that raises an error when there is an attempt
183183
to convert it to a boolean."""
184184

185185
def __nonzero__(self):

0 commit comments

Comments
 (0)