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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce1c61ca6c813e68231b0554a7e6180d8114bed;p=thirdparty%2FPython%2Fcpython.git Fix-up unwanted change. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index a6b85f0c619b..b87909df27c4 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