From 950b3d898cfe676d239f3b7105eb25301a803672 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 4 Dec 2010 19:02:20 +0000 Subject: Add missing label. --- Doc/library/collections.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index d78e7c9..e0b6121 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 ---------------------------- -- cgit v0.12