Skip to content

Commit 88bf1b1

Browse files
committed
spelling: supports
1 parent e52b62f commit 88bf1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def can_encode(c):
3333

3434

3535
def supports_box_chars():
36-
"""Check if the encoding suppors Unicode box characters."""
36+
"""Check if the encoding supports Unicode box characters."""
3737
return all(map(can_encode, u'│─└┘┌┐'))
3838

3939

0 commit comments

Comments
 (0)