From ef38eb8d3189fa0705979db61b9e3fb378f442d9 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sun, 21 Jul 2024 02:55:56 -0400 Subject: [PATCH] docs: Fix RST syntax --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index c024b632..bc137e41 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -79,7 +79,7 @@ Fixed - Restore support for :ref:`eggstorage` implementations whose ``get()`` methods return file-like objects without ``name`` attributes (1.4.3 regression). - The ``MemoryJobStorage`` class returns finished jobs in reverse chronological order, like the ``SqliteJobStorage`` class. -- The ``list_projects`` method of the ``SpiderScheduler`` class returns a ``list`, instead of ``dict_keys``. +- The ``list_projects`` method of the ``SpiderScheduler`` class returns a ``list``, instead of ``dict_keys``. - Log errors to Scrapyd's log, even when :ref:`debug` mode is enabled. - List the closest ``scrapy.cfg`` file as a :ref:`configuration source`.