Skip to content

Commit

Permalink
Fix PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Oct 27, 2015
1 parent 0ce7fba commit 30f9c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit 30f9c79

Please sign in to comment.