summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.5.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-09-13 22:50:10 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2007-09-13 22:50:10 (GMT)
commit1338fbfe59ac416e1971ab097c2b922ae56a065a (patch)
tree8ae8a656a13151179f3902179a658cfc49d8445b /Doc/whatsnew/2.5.rst
parentf10878b74c8b08463407ef7feffe7f647489797c (diff)
downloadcpython-1338fbfe59ac416e1971ab097c2b922ae56a065a.zip
cpython-1338fbfe59ac416e1971ab097c2b922ae56a065a.tar.gz
cpython-1338fbfe59ac416e1971ab097c2b922ae56a065a.tar.bz2
Make target unique
Diffstat (limited to 'Doc/whatsnew/2.5.rst')
-rw-r--r--Doc/whatsnew/2.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst
index f0429ec..497c612 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
------------------------