From: Raymond Hettinger Date: Tue, 12 Apr 2011 00:57:21 +0000 (-0700) Subject: Fix markup. X-Git-Tag: v3.3.0a1~2616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bbde72440018d857e2abfd1165f763bcacce469;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 587d6343071b..21b0924a8134 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -60,9 +60,9 @@ The class can be used to simulate nested scopes and is useful in templating. Lookups search the underlying mappings successively until a key is found. In contrast, writes, updates, and deletions only operate on the first mapping. - A class:`ChainMap` incorporates the underlying mappings by reference. So, if + A :class:`ChainMap` incorporates the underlying mappings by reference. So, if one of the underlying mappings gets updated, those changes will be reflected - in class:`ChainMap`. + in :class:`ChainMap`. All of the usual dictionary methods are supported. In addition, there is a *maps* attribute, a method for creating new subcontexts, and a property for