We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c01ded commit 8c5fb05Copy full SHA for 8c5fb05
1 file changed
src/cartogram/cartogram.py
@@ -45,7 +45,7 @@ def _geodataframe_constructor_with_fallback(
45
"""
46
A flexible constructor for Cartogram.
47
48
- It which checks whether or not arguments of the child class are used.
+ Checks whether or not arguments of the child class are used.
49
50
if "cartogram_attribute" in kwargs.keys():
51
df = cls(*args, **kwargs)
0 commit comments