We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52b62f commit 88bf1b1Copy full SHA for 88bf1b1
bpython/config.py
@@ -33,7 +33,7 @@ def can_encode(c):
33
34
35
def supports_box_chars():
36
- """Check if the encoding suppors Unicode box characters."""
+ """Check if the encoding supports Unicode box characters."""
37
return all(map(can_encode, u'│─└┘┌┐'))
38
39
0 commit comments