Skip to content

Commit 76a710f

Browse files
author
Trevor Bye
committed
pep fix
1 parent d45b358 commit 76a710f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@ def set_index(
43224322
found = col in self.columns
43234323
if found:
43244324
# get current dtype to preserve through index creation,
4325-
# unless it's datetime64; too much functionality
4325+
# unless it's datetime64; too much functionality
43264326
# expects type coercion for dates
43274327
if not is_datetime64_any_dtype(self[col]):
43284328
try:

0 commit comments

Comments
 (0)