[Python-checkins] r87061 - python/branches/release27-maint/Doc/library/collections.rst

georg.brandl python-checkins at python.org
Sat Dec 4 20:02:20 CET 2010


Author: georg.brandl
Date: Sat Dec  4 20:02:20 2010
New Revision: 87061

Log:
Add missing label.

Modified:
   python/branches/release27-maint/Doc/library/collections.rst

Modified: python/branches/release27-maint/Doc/library/collections.rst
==============================================================================
--- python/branches/release27-maint/Doc/library/collections.rst	(original)
+++ python/branches/release27-maint/Doc/library/collections.rst	Sat Dec  4 20:02:20 2010
@@ -853,6 +853,8 @@
             OrderedDict.__setitem__(self, key, value)
 
 
+.. _abstract-base-classes:
+
 ABCs - abstract base classes
 ----------------------------
 


More information about the Python-checkins mailing list