Skip to content

Commit 3728994

Browse files
author
Meghan Jones
authored
Fix docs workflow on Windows (#1770)
This PR fixes the docs workflow on Windows by removing the argument in the docstring reference to the load_sample_data function in the plotting data points tutorial.
1 parent cd8dcef commit 3728994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/basics/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
###############################################################################
1616
# For example, let's load the sample dataset of tsunami generating earthquakes
17-
# around Japan (:func:`pygmt.datasets.load_sample_data(name="japan_quakes")`).
17+
# around Japan using :func:`pygmt.datasets.load_sample_data`.
1818
# The data is loaded as a :class:`pandas.DataFrame`.
1919

2020
data = pygmt.datasets.load_sample_data(name="japan_quakes")

0 commit comments

Comments
 (0)