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

Skip to content

Commit fe152c7

Browse files
appleapple
authored andcommitted
Fix trailig whitespace
1 parent 0bc1e1c commit fe152c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ def test_text_tightbbox_outside_scale_domain():
12391239

12401240

12411241
def test_annotation_patchA_not_overridden():
1242-
# Test that manually setting patchA on annotation arrow is not
1242+
# Test that manually setting patchA on annotation arrow is not
12431243
# overridden by update_positions. See GitHub issue #28316.
12441244
fig, ax = plt.subplots()
12451245
ann = ax.annotate(

0 commit comments

Comments
 (0)