Skip to content

Commit 21aa1fe

Browse files
committed
spelling: accessed
1 parent ae12e15 commit 21aa1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/simpleeval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def parse_trees(cursor_offset, line):
224224

225225

226226
def evaluate_current_attribute(cursor_offset, line, namespace=None):
227-
"""Safely evaluates the expression having an attributed accesssed"""
227+
"""Safely evaluates the expression having an attributed accessed"""
228228
# this function runs user code in case of custom descriptors,
229229
# so could fail in any way
230230

0 commit comments

Comments
 (0)