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

Skip to content

Commit e5094bd

Browse files
committed
Fix description in CapStyle example
Previous description was copied over from JoinStyle and not fully updated.
1 parent 791bfe0 commit e5094bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

galleries/examples/lines_bars_and_markers/capstyle.py

Lines changed: 2 additions & 2 deletions
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)