Thanks to visit codestin.com Credit goes to github.com
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 7cdab88 commit 1667a0cCopy full SHA for 1667a0c
1 file changed
lib/matplotlib/tests/test_afm.py
@@ -2,12 +2,11 @@
2
unicode_literals)
3
4
import matplotlib.afm as afm
5
-import six
6
7
8
def test_nonascii_str():
9
# This tests that we also decode bytes as utf-8 properly.
10
- # Else, font files with non ascii caracters fail to load.
+ # Else, font files with non ascii characters fail to load.
11
inp_str = "привет"
12
byte_str = inp_str.encode("utf8")
13
0 commit comments