8000 Fix typos · matplotlib/matplotlib@06590a5 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 06590a5

Browse files
committed
Fix typos
1 parent f67a763 commit 06590a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0