From d1d543fb1e4a23efe719d6a70b503b01a6d1b7ce Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:42:04 +0200 Subject: [PATCH] [3.13] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (#137532) gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (cherry picked from commit 244c7b8c4c579972e7db54132bdd74de3d3b3c0a) Co-authored-by: Sebastien Williams-Wynn --- Doc/library/difflib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index ce948a6860f0..ec8b575a1ba9 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -351,9 +351,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module. .. seealso:: - `Pattern Matching: The Gestalt Approach `_ + `Pattern Matching: The Gestalt Approach `_ Discussion of a similar algorithm by John W. Ratcliff and D. E. Metzener. This - was published in `Dr. Dobb's Journal `_ in July, 1988. + was published in Dr. Dobb's Journal in July, 1988. .. _sequence-matcher: -- 2.47.3