Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06590a5

Browse files
committed
Fix typos
1 parent f67a763 commit 06590a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_deprecated_rc_warning_includes_filename():
5151
basename = 'color_cycle'
5252
with warnings.catch_warnings(record=True) as warns:
5353
with temp_style(basename, SETTINGS):
54-
# style.reload_library in tempstyle() triggers the warning
54+
# style.reload_library() in temp_style() triggers the warning
5555
pass
5656

5757
for w in warns:

0 commit comments

Comments
 (0)