Skip to content

Commit 5b69a0c

Browse files
committed
Merge pull request #5792 from jorisvandenbossche/doc-build-warnings
DOC: fix minor doc build warnings
2 parents d76655d + 5624ab1 commit 5b69a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/release.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ API Changes
248248
- allow ``ix/loc`` for Series/DataFrame/Panel to set on any axis even when
249249
the single-key is not currently contained in the index for that axis
250250
(:issue:`2578`, :issue:`5226`, :issue:`5632`, :issue:`5720`,
251-
:issue:`5744`, :issue:`5756`)
251+
:issue:`5744`, :issue:`5756`)
252252
- Default export for ``to_clipboard`` is now csv with a sep of `\t` for
253253
compat (:issue:`3368`)
254254
- ``at`` now will enlarge the object inplace (and return the same)

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ def fillna(self, value=None, method=None, axis=0, inplace=False,
18521852
limit : int, default None
18531853
Maximum size gap to forward or backward fill
18541854
downcast : dict, default is None
1855-
a dict of item->dtype of what to downcast if possible,
1855+
a dict of item->dtype of what to downcast if possible,
18561856
or the string 'infer' which will try to downcast to an appropriate
18571857
equal type (e.g. float64 to int64 if possible)
18581858

0 commit comments

Comments
 (0)