8000 Fix: forgot autodoc tag · matplotlib/matplotlib@0332aa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0332aa4

Browse files
committed
Fix: forgot autodoc tag
1 parent 5e1a266 commit 0332aa4

File tree

Expand file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/streamplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
4848
4949
Returns
5050
-------
51-
*streamlines* : `~matplotlib.collections.LineCollection`
51+
*streamlines* : :class:`~matplotlib.collections.LineCollection`
5252
Line collection with all streamlines as a series of line segments.
5353
Currently, there is no way to differentiate between line segments
5454
on different streamlines (other than manually checking that segments

0 commit comments

Comments
 (0)
0