Skip to content

Commit 84a3c92

Browse files
committed
linting fix
1 parent ad01293 commit 84a3c92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/text_labels_and_annotations/angles_on_bracket_arrows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def get_point_of_rotated_vertical(origin, line_length, degrees):
181181
fig, ax = plt.subplots(figsize=(8, 7))
182182
ax.set(xlim=(0, 6), ylim=(-1, 4))
183183
ax.set_title(
184-
'Orientation of the bracket (arrow head/tail) relative to angleA and angleB'
184+
'Orientation of the bracket arrow head/tail relative to angleA and angleB'
185185
)
186186

187187
for i, stylename in enumerate(["]-[", "|-|"]):

lib/matplotlib/patches.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,9 +3122,9 @@ class ArrowStyle(_Style):
31223122
31233123
Notes
31243124
-----
3125-
*angleA* and *angleB* specify the orientation of the bracket, as either a clockwise
3126-
or counterclockwise angle depending on the arrow type. 0 degrees means perpendicular
3127-
to the line connecting the arrow's head and tail.
3125+
*angleA* and *angleB* specify the orientation of the bracket, as either a
3126+
clockwise or counterclockwise angle depending on the arrow type. 0 degrees
3127+
means perpendicular to the line connecting the arrow's head and tail.
31283128
31293129
.. plot:: gallery/text_labels_and_annotations/angles_on_bracket_arrows.py
31303130
"""

0 commit comments

Comments
 (0)