Skip to content

Commit d419cb4

Browse files
authored
Merge pull request matplotlib#28107 from otaithleigh/docs-capstyle-fix
[DOC] Fix description in CapStyle example
2 parents 791bfe0 + e5094bd commit d419cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: galleries/examples/lines_bars_and_markers/capstyle.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
CapStyle
44
=========
55
6-
The `matplotlib._enums.CapStyle` controls how Matplotlib draws the corners
7-
where two different line segments meet. For more details, see the
6+
The `matplotlib._enums.CapStyle` controls how Matplotlib draws the two
7+
endpoints (caps) of an unclosed line. For more details, see the
88
`~matplotlib._enums.CapStyle` docs.
99
"""
1010

0 commit comments

Comments
 (0)