Skip to content

Commit 008588c

Browse files
committed
small typo
1 parent 66e1daf commit 008588c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
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)