commit | 2ce1c61ca6c813e68231b0554a7e6180d8114bed | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 31 19:14:42 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 31 19:14:42 2009 +0000 |
tree | 29efc2a810544a014b705ee52b810be8941cef0d | |
parent | c5d8c6334571b17bef1111e8a6978d50bd38efb3 [diff] |
Fix-up unwanted change.
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index a6b85f0..b87909d 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst
@@ -382,7 +382,7 @@ The extension module :mod:`array` provides an additional example of a mutable sequence type. -Set types../ +Set types .. index:: builtin: len object: set type