8000 eliminated trailing whitespace. Changed the text a bit. · matplotlib/matplotlib@2f97019 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f97019

Browse files
committed
eliminated trailing whitespace. Changed the text a bit.
1 parent fceb695 commit 2f97019

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -632,13 +632,13 @@ def annotate(self, *args, **kwargs):
632632
s : string
633633
label
634634
635-
xy : (x, y)
636-
position of element to annotate. See `xycoords` param to control
637-
coordinate system interpretation of this value.
635+
xy : (x, y)
636+
position of element to annotate. See `xycoords` to control what
637+
coordinate system this value is interpretated in.
638638
639639
xytext : (x, y) , optional, default: None
640-
position of the label `s`. See `textcoords` param to control
641-
coordinate system interpretation of this value.
640+
position of the label `s`. See `textcoords` to control what
641+
coordinate system this value is interpreted in.
642642
643643
xycoords : string, optional, default: "data"
644644
string that indicates what type of coordinates `xy` is. Examples:

0 commit comments

Comments
 (0)
0