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

Skip to content

Commit 16381cf

Browse files
klaragerleiNelleV
authored andcommitted
FIX Fixed more missing backticks
1 parent 692bb4a commit 16381cf

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
@@ -1460,9 +1460,9 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
14601460
See Also
14611461
--------
14621462
mod : matplotlib.dates for helper functions
1463-
:func:~matplotlib.dates.date2num
1464-
:func:~matplotlib.dates.num2date
1465-
:func:~matplotlib.dates.drange for help on creating the required
1463+
:func:`~matplotlib.dates.date2num`
1464+
:func:`~matplotlib.dates.num2date`
1465+
:func:`~matplotlib.dates.drange` for help on creating the required
14661466
floating point dates
14671467
14681468

0 commit comments

Comments
 (0)