Skip to content

Commit 8c5fb05

Browse files
committed
typo
1 parent 8c01ded commit 8c5fb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cartogram/cartogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _geodataframe_constructor_with_fallback(
4545
"""
4646
A flexible constructor for Cartogram.
4747
48-
It which checks whether or not arguments of the child class are used.
48+
Checks whether or not arguments of the child class are used.
4949
"""
5050
if "cartogram_attribute" in kwargs.keys():
5151
df = cls(*args, **kwargs)

0 commit comments

Comments
 (0)