Skip to content

Commit

Permalink
fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Jul 27, 2020
1 parent 9034dae commit a509512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regionmask/core/_geopandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def from_geopandas(
If None (default) uses "Region0", .., "RegionN".
abbrevs : str, optional
Name of the column in shapefile that five a region its abbreviation.
Breaks for duplicates. If ``construct``, a combination of the first letters of
region name is taken. If None (default) uses "r0", .., "rN".
Breaks for duplicates. If ``_from_name``, a combination of the first letters
of region name is taken. If None (default) uses "r0", .., "rN".
name : str, optional
name of the ``regionmask.Region`` instance created
source : str, optional
Expand Down

0 comments on commit a509512

Please sign in to comment.