summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-08-12 08:37:23 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-08-12 08:37:23 (GMT)
commitea47530e141fa43c4af3e26d89c9bd8cf15ed5b8 (patch)
tree3fc853ecc443e8d3d4031d808960c6ee6d721410
parent131160c5ccda7eb90c38d998a3b446e99a19ccff (diff)
downloadcpython-ea47530e141fa43c4af3e26d89c9bd8cf15ed5b8.zip
cpython-ea47530e141fa43c4af3e26d89c9bd8cf15ed5b8.tar.gz
cpython-ea47530e141fa43c4af3e26d89c9bd8cf15ed5b8.tar.bz2
update CodeTools link; thanks to Robert Kern from docs@
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 88d7981..4c5b649 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -98,7 +98,7 @@ The class can be used to simulate nested scopes and is useful in templating.
.. seealso::
* The `MultiContext class
- <http://svn.enthought.com/svn/enthought/CodeTools/trunk/enthought/contexts/multi_context.py>`_
+ <https://github.com/enthought/codetools/blob/4.0.0/codetools/contexts/multi_context.py>`_
in the Enthought `CodeTools package
<https://github.com/enthought/codetools>`_ has options to support
writing to any mapping in the chain.