Skip to content

Commit 066980b

Browse files
committed
adjust parameter formatting
1 parent 089cb5c commit 066980b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gallery/maps/roads.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
as lines which are stored in a :class:`geopandas.GeoDataFrame` object. Use
66
:func:`geopandas.read_file` to load data from any supported OGR format such as
77
a shapefile (.shp), GeoJSON (.geojson), geopackage (.gpkg), etc. Then, pass the
8-
:class:`geopandas.GeoDataFrame` as an argument to the `data` parameter in
9-
:meth:`pygmt.Figure.plot`, and style the geometry using the `pen` parameter.
8+
:class:`geopandas.GeoDataFrame` as an argument to the ``data`` parameter in
9+
:meth:`pygmt.Figure.plot`, and style the geometry using the ``pen`` parameter.
1010
"""
1111

1212
import geopandas as gpd

0 commit comments

Comments
 (0)