From 6506d9ef9330a6248ec303ae87c0aebdf82e44a4 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Wed, 7 Sep 2022 22:24:04 +0200 Subject: [PATCH] Backport PR #48444: CI: Pin ipython version --- doc/source/user_guide/timeseries.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/user_guide/timeseries.rst b/doc/source/user_guide/timeseries.rst index ed7688f229ca8..474068e43a4d4 100644 --- a/doc/source/user_guide/timeseries.rst +++ b/doc/source/user_guide/timeseries.rst @@ -1981,7 +1981,6 @@ frequency. Arithmetic is not allowed between ``Period`` with different ``freq`` p = pd.Period("2012-01", freq="2M") p + 2 p - 1 - @okexcept p == pd.Period("2012-01", freq="3M")