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 7f7578c commit ef54896Copy full SHA for ef54896
lib/matplotlib/__init__.py
@@ -1502,8 +1502,8 @@ def verify_test_dependencies():
1502
ft2font.__freetype_build_type__ != 'local'):
1503
warnings.warn(
1504
"matplotlib is not built with the correct freetype version to run "
1505
- "tests. Set local_freetype=True in setup.cfg and rebuild. Expect "
1506
- "many image comparison failures below.")
+ "tests. Set local_freetype=True in setup.cfg and rebuild. "
+ "Expect many image comparison failures below.")
1507
1508
try:
1509
import nose
0 commit comments