Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0772078

Browse files
committedFeb 3, 2018
small typo
1 parent 420db01 commit 0772078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4815,7 +4815,7 @@ def bfill(self, axis=None, inplace=False, limit=None, downcast=None):
48154815
lists will be interpreted as regexs otherwise they will match
48164816
directly. This doesn't matter much for ``value`` since there
48174817
are only a few possible substitution regexes you can use.
4818-
- str and regex rules apply as above.
4818+
- str, regex and numeric rules apply as above.
48194819
48204820
* dict:
48214821

0 commit comments

Comments
 (0)
Please sign in to comment.