We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae12e15 commit 21aa1feCopy full SHA for 21aa1fe
bpython/simpleeval.py
@@ -224,7 +224,7 @@ def parse_trees(cursor_offset, line):
224
225
226
def evaluate_current_attribute(cursor_offset, line, namespace=None):
227
- """Safely evaluates the expression having an attributed accesssed"""
+ """Safely evaluates the expression having an attributed accessed"""
228
# this function runs user code in case of custom descriptors,
229
# so could fail in any way
230
0 commit comments