From 30f9c79bc5d599eeab20b205c645b836ac65c390 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 27 Oct 2015 07:40:17 -0400 Subject: [PATCH] Fix PEP8 --- lib/matplotlib/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index 2c6474a630b5..21837aeb5d21 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -1500,8 +1500,8 @@ def verify_test_dependencies(): ft2font.__freetype_build_type__ != 'local'): warnings.warn( "matplotlib is not built with the correct freetype version to run " - "tests. Set local_freetype=True in setup.cfg and rebuild. Expect " - "many image comparison failures below.") + "tests. Set local_freetype=True in setup.cfg and rebuild. " + "Expect many image comparison failures below.") try: import nose