diff --git a/py-polars/docs/source/reference/expressions/temporal.rst b/py-polars/docs/source/reference/expressions/temporal.rst index a82303ba737b..79db2f54ad88 100644 --- a/py-polars/docs/source/reference/expressions/temporal.rst +++ b/py-polars/docs/source/reference/expressions/temporal.rst @@ -34,6 +34,7 @@ The following methods are available under the `expr.dt` attribute. Expr.dt.offset_by Expr.dt.ordinal_day Expr.dt.quarter + Expr.dt.replace Expr.dt.replace_time_zone Expr.dt.round Expr.dt.second diff --git a/py-polars/docs/source/reference/series/temporal.rst b/py-polars/docs/source/reference/series/temporal.rst index 78f62c2edbd7..2811ae9e3c18 100644 --- a/py-polars/docs/source/reference/series/temporal.rst +++ b/py-polars/docs/source/reference/series/temporal.rst @@ -38,6 +38,7 @@ The following methods are available under the `Series.dt` attribute. Series.dt.offset_by Series.dt.ordinal_day Series.dt.quarter + Series.dt.replace Series.dt.replace_time_zone Series.dt.round Series.dt.second