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 571ba3e commit ec92ff5Copy full SHA for ec92ff5
1 file changed
lib/matplotlib/__init__.py
@@ -1565,8 +1565,8 @@ def _init_tests():
1565
"Expected freetype version {0}. "
1566
"Found freetype version {1}. "
1567
"Freetype build type is {2}local".format(
1568
- ft2font.__freetype_version__,
1569
LOCAL_FREETYPE_VERSION,
+ ft2font.__freetype_version__,
1570
"" if ft2font.__freetype_build_type__ == 'local' else "not "
1571
)
1572
0 commit comments