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

Skip to content

Commit 7c6a730

Browse files
committed
Fix linting error
1 parent a78aa01 commit 7c6a730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/text.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,9 +1675,9 @@ def transform(renderer) -> Transform
16751675
16761676
arrowprops : dict, optional
16771677
The properties used to draw a `.FancyArrowPatch` arrow between the
1678-
positions *xy* and *xytext*. Note that the edge of the arrow pointing
1679-
to *xytext* will be centered on the text itself and may not point
1680-
directly to the coordinates given in *xytext*.
1678+
positions *xy* and *xytext*. Note that the edge of the arrow
1679+
pointing to *xytext* will be centered on the text itself and may
1680+
not point directly to the coordinates given in *xytext*.
16811681
16821682
If *arrowprops* does not contain the key 'arrowstyle' the
16831683
allowed keys are:

0 commit comments

Comments
 (0)