Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef54896

Browse files
committed
PEP8
1 parent 7f7578c commit ef54896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,8 +1502,8 @@ def verify_test_dependencies():
15021502
ft2font.__freetype_build_type__ != 'local'):
15031503
warnings.warn(
15041504
"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.")
1505+
"tests. Set local_freetype=True in setup.cfg and rebuild. "
1506+
"Expect many image comparison failures below.")
15071507

15081508
try:
15091509
import nose

0 commit comments

Comments
 (0)