summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/collections.rst2
1 files changed, 2 insertions, 0 deletions
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
----------------------------