From 1338fbfe59ac416e1971ab097c2b922ae56a065a Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 13 Sep 2007 22:50:10 +0000 Subject: [PATCH] Make target unique --- Doc/whatsnew/2.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index f0429ecf84..497c612dee 100644 --- a/Doc/whatsnew/2.5.rst +++ b/Doc/whatsnew/2.5.rst @@ -637,7 +637,7 @@ precision and rounding characteristics for computations:: print v.sqrt() -.. _context-managers: +.. _new-25-context-managers: Writing Context Managers ------------------------ -- 2.50.1