Skip to content

Commit 8fcecee

Browse files
committed
fix ident
1 parent 067b830 commit 8fcecee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def is_hashable(obj: object, allow_slice: bool | None = None) -> TypeGuard[Hasha
394394
If True: return True if the object is hashable (including slices).
395395
If False: return True if the object is hashable and not a slice.
396396
If None: return True if the object is hashable. without checking
397-
for slice type.
397+
for slice type.
398398
399399
Returns
400400
-------

0 commit comments

Comments
 (0)