Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Apr 18, 2013
1 parent bc510f3 commit 3ab0ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/font_manager.py
Expand Up @@ -1294,7 +1294,7 @@ def fc_match(pattern, fontext):
return file
return None

_fc_match_regex = re.compile(rb'\sfile:\s+"([^"]*)"')
_fc_match_regex = re.compile(br'\sfile:\s+"([^"]*)"')
_fc_match_cache = {}

def findfont(prop, fontext='ttf'):
Expand Down

0 comments on commit 3ab0ba0

Please sign in to comment.