From a50951232e84e1cf339e269fae81e634a7ba5b38 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Mon, 27 Jul 2020 18:10:57 +0200 Subject: [PATCH] fix docstring typo --- regionmask/core/_geopandas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regionmask/core/_geopandas.py b/regionmask/core/_geopandas.py index 33bd3426..b8e70fc2 100644 --- a/regionmask/core/_geopandas.py +++ b/regionmask/core/_geopandas.py @@ -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