Skip to content

Commit 30f9c79

Browse files
committed
Fix PEP8
1 parent 0ce7fba commit 30f9c79

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
@@ -1500,8 +1500,8 @@ def verify_test_dependencies():
15001500
ft2font.__freetype_build_type__ != 'local'):
15011501
warnings.warn(
15021502
"matplotlib is not built with the correct freetype version to run "
1503-
"tests. Set local_freetype=True in setup.cfg and rebuild. Expect "
1504-
"many image comparison failures below.")
1503+
"tests. Set local_freetype=True in setup.cfg and rebuild. "
1504+
"Expect many image comparison failures below.")
15051505

15061506
try:
15071507
import nose

0 commit comments

Comments
 (0)