From: Sandro Tosi Date: Sun, 12 Aug 2012 08:37:23 +0000 (+0200) Subject: update CodeTools link; thanks to Robert Kern from docs@ X-Git-Tag: v3.3.0rc1~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea47530e141fa43c4af3e26d89c9bd8cf15ed5b8;p=thirdparty%2FPython%2Fcpython.git update CodeTools link; thanks to Robert Kern from docs@ --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 88d7981eb987..4c5b649c77cd 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 - `_ + `_ in the Enthought `CodeTools package `_ has options to support writing to any mapping in the chain.