summaryrefslogtreecommitdiff
path: root/Doc/Manual/Python.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Python.html')
-rw-r--r--Doc/Manual/Python.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html
index 863c088d5..d179d3beb 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -43,7 +43,7 @@
<li><a href="#Python_nn28">Further details on the Python class interface</a>
<ul>
<li><a href="#Python_nn29">Proxy classes</a>
-<li><a href="#Python_builtin_classes">Built-in Classes</a>
+<li><a href="#Python_builtin_types">Built-in Types</a>
<ul>
<li><a href="#Python_builtin_limitations">Limitations</a>
<li><a href="#Python_builtin_overloads">Operator overloads -- use them!</a>
@@ -2214,7 +2214,7 @@ unacceptable for a high-performance library. The new <tt>-builtin</tt>
option instructs SWIG to forego the use of proxy classes, and instead
create wrapped types as new built-in Python types. When this option is used,
the following section ("Proxy classes") does not apply. Details on the use of
-the <tt>-builtin</tt> option are in the <a href="#Python_builtin_classes">Built-in Classes</a>
+the <tt>-builtin</tt> option are in the <a href="#Python_builtin_types">Built-in Types</a>
section.
</p>
@@ -2307,7 +2307,7 @@ you can attach new Python methods to the class and you can even inherit from it
by Python built-in types until Python 2.2).
</p>
-<H3><a name="Python_builtin_classes"></a>33.4.2 Built-in Classes</H3>
+<H3><a name="Python_builtin_types"></a>33.4.2 Built-in Types</H3>
<p>