Skip to content

Commit d92ff77

Browse files
authored
DOC: Fix 'the the' typo (geopandas#3634)
1 parent 8d419be commit d92ff77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geopandas/tools/sjoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def renamer(x, suffix, geometry):
345345

346346
def _restore_index(joined, index_names, index_names_original):
347347
"""
348-
Set back the the original index columns, and restoring their name as `None`
348+
Set back the original index columns, and restoring their name as `None`
349349
if they didn't have a name originally.
350350
"""
351351
if PANDAS_GE_30:

0 commit comments

Comments
 (0)