Skip to content

Commit

Permalink
docs: Fix RST syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney authored Jul 21, 2024
1 parent 51b3fc4 commit ef38eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<config-sources>`.

Expand Down

0 comments on commit ef38eb8

Please sign in to comment.