Skip to content

Commit 802ac84

Browse files
committed
fix typo
1 parent e0afe0b commit 802ac84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def is_implicit_conversion_to_float64(source, target) -> bool:
729729
boolean
730730
Whether or not there is an implicit conversion to float64.
731731
732-
See AlsoMore actions
732+
See Also
733733
--------
734734
api.types.is_categorical_dtype : Check whether the provided array or dtype
735735
is of the Categorical dtype.

0 commit comments

Comments
 (0)