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

Skip to content

Commit dcb24b6

Browse files
committed
FIX Fixed more missing backticks
1 parent 91e19e1 commit dcb24b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,9 +1454,9 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
14541454
See Also
14551455
--------
14561456
mod : matplotlib.dates for helper functions
1457-
:func:~matplotlib.dates.date2num
1458-
:func:~matplotlib.dates.num2date
1459-
:func:~matplotlib.dates.drange for help on creating the required
1457+
:func:`~matplotlib.dates.date2num`
1458+
:func:`~matplotlib.dates.num2date`
1459+
:func:`~matplotlib.dates.drange` for help on creating the required
14601460
floating point dates
14611461
14621462

0 commit comments

Comments
 (0)