Skip to content

Commit 448e44c

Browse files
DOC/Gallery example "Choropleth map": Fix typo (#3751)
1 parent e0f8e84 commit 448e44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/maps/choropleth_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
polygons 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 a
88
shapefile (.shp), GeoJSON (.geojson), geopackage (.gpkg), etc. You can also use a full
9-
URL pointing to your desired data source. Then, pass the class:`geopandas.GeoDataFrame`
9+
URL pointing to your desired data source. Then, pass the :class:`geopandas.GeoDataFrame`
1010
as an argument to the ``data`` parameter of :meth:`pygmt.Figure.plot`, and style the
1111
geometry using the ``pen`` parameter. To fill the polygons based on a corresponding
1212
column you need to set ``fill="+z"`` as well as select the appropriate column using the

0 commit comments

Comments
 (0)