Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 06c8679

Browse filesBrowse files
story645ksunden
andauthored
Update lib/matplotlib/tests/test_font_manager.py
Co-authored-by: Kyle Sunden <git@ksunden.space>
1 parent 405f1eb commit 06c8679
Copy full SHA for 06c8679

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_font_manager.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_font_manager.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_find_invalid(tmpdir):
146146

147147
# Not really public, but get_font doesn't expose non-filename constructor.
148148
from matplotlib.ft2font import FT2Font
149-
with pytest.raises(TypeError, match='font file or binary-mode file'):
149+
with pytest.raises(TypeError, match='font file or a binary-mode file'):
150150
FT2Font(StringIO())
151151

152152

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.