Skip to content

Commit 1f9c7b3

Browse files
committed
Remove pandas and additional line break
1 parent 8aa73bf commit 1f9c7b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pandas/core/dtypes/common.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -715,14 +715,13 @@ def is_signed_integer_dtype(arr_or_dtype) -> bool:
715715
Whether or not the array or dtype is of a signed integer dtype
716716
and not an instance of timedelta64.
717717
718-
719718
See Also
720719
--------
721-
pandas.api.types.is_integer_dtype: Check whether the provided array or dtype
720+
api.types.is_integer_dtype: Check whether the provided array or dtype
722721
is of an integer dtype.
723-
pandas.api.types.is_numeric_dtype: Check whether the provided array or dtype
722+
api.types.is_numeric_dtype: Check whether the provided array or dtype
724723
is of a numeric dtype.
725-
pandas.api.types.is_unsigned_integer_dtype: Check whether the provided array
724+
api.types.is_unsigned_integer_dtype: Check whether the provided array
726725
or dtype is of an unsigned integer dtype.
727726
728727
Examples

0 commit comments

Comments
 (0)