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 009ea6d commit 2806128Copy full SHA for 2806128
1 file changed
lib/matplotlib/__init__.py
@@ -1572,7 +1572,7 @@ def _init_tests():
1572
"tests. Set local_freetype=True in setup.cfg and rebuild. "
1573
"Expect many image comparison failures below. "
1574
"Expected freetype version {0}. "
1575
- "Found freetype version {1}."
+ "Found freetype version {1}. "
1576
"Freetype build type is {2}local".format(
1577
ft2font.__freetype_version__,
1578
LOCAL_FREETYPE_VERSION,
0 commit comments