8000 Fixed typo in `test_subplots.test_exceptions` · matplotlib/matplotlib@245481d · GitHub
[go: up one dir, main page]

Skip to content

Commit 245481d

Browse files
committed
Fixed typo in test_subplots.test_exceptions
1 parent f80fb74 commit 245481d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_exceptions():
108108
assert_raises(ValueError, plt.subplots, 2, 2, sharex='blah')
109109
assert_raises(ValueError, plt.subplots, 2, 2, sharey='blah')
110110
# We filter warnings in this test which are genuine since
111-
# the pount of this test is to ensure that this raises.
111+
# the point of this test is to ensure that this raises.
112112
with warnings.catch_warnings():
113113
warnings.filterwarnings('ignore',
114114
message='.*sharex\ argument\ to\ subplots',

0 commit comments

Comments
 (0)
0