Skip to content

Commit d41ecf1

Browse files
committed
DOC: remove trailing period in type
1 parent e74cdce commit d41ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,7 @@ def replace(
45574557
max_cols_sub="",
45584558
null_counts_sub=dedent(
45594559
"""\
4560-
null_counts : bool, default True.
4560+
null_counts : bool, default True
45614561
Whether to show the non-null counts."""
45624562
),
45634563
examples_sub=dedent(

0 commit comments

Comments
 (0)