From: Georg Brandl Date: Tue, 31 Mar 2009 19:14:42 +0000 (+0000) Subject: Fix-up unwanted change. X-Git-Tag: v2.7a1~1688 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ce1c61ca6c813e68231b0554a7e6180d8114bed;p=python Fix-up unwanted change. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index a6b85f0c61..b87909df27 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -382,7 +382,7 @@ Sequences The extension module :mod:`array` provides an additional example of a mutable sequence type. -Set types../ +Set types .. index:: builtin: len object: set type