diff --git a/pandas/core/ops/docstrings.py b/pandas/core/ops/docstrings.py index 9a469169151c3..bd2e532536d84 100644 --- a/pandas/core/ops/docstrings.py +++ b/pandas/core/ops/docstrings.py @@ -463,7 +463,7 @@ def make_flex_doc(op_name: str, typ: str) -> str: Equivalent to ``{equiv}``, but with support to substitute a fill_value for missing data in one of the inputs. With reverse version, `{reverse}`. -Among flexible wrappers (`add`, `sub`, `mul`, `div`, `mod`, `pow`) to +Among flexible wrappers (`add`, `sub`, `mul`, `div`, `floordiv`, `mod`, `pow`) to arithmetic operators: `+`, `-`, `*`, `/`, `//`, `%`, `**`. Parameters