diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2007-09-13 22:50:10 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2007-09-13 22:50:10 (GMT) |
commit | 1338fbfe59ac416e1971ab097c2b922ae56a065a (patch) | |
tree | 8ae8a656a13151179f3902179a658cfc49d8445b | |
parent | f10878b74c8b08463407ef7feffe7f647489797c (diff) | |
download | cpython-1338fbfe59ac416e1971ab097c2b922ae56a065a.zip cpython-1338fbfe59ac416e1971ab097c2b922ae56a065a.tar.gz cpython-1338fbfe59ac416e1971ab097c2b922ae56a065a.tar.bz2 |
Make target unique
-rw-r--r-- | Doc/whatsnew/2.5.rst | 2 |
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 ------------------------ |