Skip to content

Commit f64a0e3

Browse files
authored
DOC: operator wrapper names do not match math operators (#53765)
* Updated DataFrame.div docstrings * Tagged changes to v2.0.3 * Removed whatsnew comment * Update v2.0.3.rst
1 parent 310b376 commit f64a0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/ops/docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def make_flex_doc(op_name: str, typ: str) -> str:
463463
Equivalent to ``{equiv}``, but with support to substitute a fill_value
464464
for missing data in one of the inputs. With reverse version, `{reverse}`.
465465
466-
Among flexible wrappers (`add`, `sub`, `mul`, `div`, `mod`, `pow`) to
466+
Among flexible wrappers (`add`, `sub`, `mul`, `div`, `floordiv`, `mod`, `pow`) to
467467
arithmetic operators: `+`, `-`, `*`, `/`, `//`, `%`, `**`.
468468
469469
Parameters

0 commit comments

Comments
 (0)