From ed1cbb6692051f6d929ae1deb79789f3fedd954a Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sun, 21 Jul 2024 02:57:53 -0400 Subject: [PATCH] docs: Fix signal typo --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index bc137e41..ece91a43 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -103,7 +103,7 @@ Platform support Scrapyd is now tested on macOS and Windows, in addition to Linux. -- The :ref:`cancel.json` webservice now works on Windows, by using SIGBREAK instead of SIGNINT or SIGTERM. +- The :ref:`cancel.json` webservice now works on Windows, by using SIGBREAK instead of SIGINT or SIGTERM. - The :ref:`dbs_dir` setting no longer causes an error if it contains a drive letter on Windows. - The :ref:`jobs_to_keep` setting no longer causes an error if a file to delete can't be deleted (for example, if the file is open on Windows).