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

Skip to content

Commit 4eee8fc

Browse files
committed
Merge pull request #1708 from dmcdougall/fix_doc_fail
Fix breaking doc build
2 parents 36f9cf7 + 0d28a34 commit 4eee8fc

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)