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

Skip to content

Commit 0d28a34

Browse files
committed
Fix breaking doc build
1 parent 36f9cf7 commit 0d28a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ def title(s, *args, **kwargs):
12081208
12091209
See also
12101210
--------
1211-
:func:`~matplotlib.pyplot.text` : Add text to the current axes
1211+
See :func:`~matplotlib.pyplot.text` for adding text to the current axes
12121212
12131213
"""
12141214
l = gca().set_title(s, *args, **kwargs)

0 commit comments

Comments
 (0)