8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67a763 commit 06590a5Copy full SHA for 06590a5
lib/matplotlib/tests/test_style.py
@@ -51,7 +51,7 @@ def test_deprecated_rc_warning_includes_filename():
51
basename = 'color_cycle'
52
with warnings.catch_warnings(record=True) as warns:
53
with temp_style(basename, SETTINGS):
54
- # style.reload_library in tempstyle() triggers the warning
+ # style.reload_library() in temp_style() triggers the warning
55
pass
56
57
for w in warns:
0 commit comments