Skip to content

Commit 19639fe

Browse files
authored
Adjust documentation of roads example (#2799)
1 parent f079866 commit 19639fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/gallery/lines/roads.py

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

0 commit comments

Comments
 (0)