From: Georg Brandl Date: Sat, 4 Dec 2010 19:02:20 +0000 (+0000) Subject: Add missing label. X-Git-Tag: v2.7.2rc1~505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=950b3d898cfe676d239f3b7105eb25301a803672;p=python Add missing label. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index d78e7c9375..e0b6121844 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -853,6 +853,8 @@ original insertion position is changed and moved to the end:: OrderedDict.__setitem__(self, key, value) +.. _abstract-base-classes: + ABCs - abstract base classes ----------------------------