Skip to content

Commit c5642a3

Browse files
committed
int
1 parent 2765681 commit c5642a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ def std(
19301930
19311931
Parameters
19321932
----------
1933-
axis : optional, default None
1933+
axis : int optional, default None
19341934
Axis for the function to be applied on.
19351935
ddof : int, default 1
19361936
Degrees of Freedom. The divisor used in calculations is N - ddof,

0 commit comments

Comments
 (0)