From 2609facd9e26575faa6e0c681e56e50ba466301d Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 12 Jan 2025 12:28:32 +0200 Subject: [PATCH] Fix a reference. --- .../next/Library/2025-01-11-13-40-12.gh-issue-128731.qpKlai.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2025-01-11-13-40-12.gh-issue-128731.qpKlai.rst b/Misc/NEWS.d/next/Library/2025-01-11-13-40-12.gh-issue-128731.qpKlai.rst index 81223c2efd21da..b23499ca2fea3a 100644 --- a/Misc/NEWS.d/next/Library/2025-01-11-13-40-12.gh-issue-128731.qpKlai.rst +++ b/Misc/NEWS.d/next/Library/2025-01-11-13-40-12.gh-issue-128731.qpKlai.rst @@ -1 +1 @@ -Fix ResourceWarning in :meth:`robotparser.RobotFileParser.read`. +Fix :exc:`ResourceWarning` in :meth:`urllib.robotparser.RobotFileParser.read`.