From db5a243b9fae80c3378e3ede4378c07012b10641 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Mon, 10 Aug 2026 18:22:14 +0200 Subject: [PATCH] Fix IPython wording --- docs/news.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 45567f324..7080892b3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -150,9 +150,8 @@ Backward-incompatible changes ``scrapy.pipelines.media``. It is still importable from its old location. (:issue:`7544`, :issue:`7673`) -- The :ref:`ipython extra ` requires IPython 8.15.0 or higher, as - support for the ``IPython.frontend`` module layout of IPython older than - 1.0 is removed. +- The IPython :ref:`shell ` requires IPython 8.15.0 or higher. + Install the :ref:`ipython extra ` to get a compatible version. (:issue:`5447`, :issue:`7596`, :issue:`7816`) Deprecation removals