2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

correct //wrapper link

[SVN r26261]
This commit is contained in:
Aleksey Gurtovoy
2004-11-19 16:12:36 +00:00
parent 72207ba070
commit 41deb6855c
3 changed files with 3 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ functions so that a Python override may be called:</p>
};</span></tt></pre>
<p>
Notice too that in addition to inheriting from <tt class="computeroutput"><span class="identifier">Base</span></tt>, we also multiply-
inherited <tt class="computeroutput"><span class="identifier">wrapper</span><span class="special">&lt;</span><span class="identifier">Base</span><span class="special">&gt;</span></tt> (See <a href="../../../../v2//wrapper.html" target="_top">Wrapper</a>). The
inherited <tt class="computeroutput"><span class="identifier">wrapper</span><span class="special">&lt;</span><span class="identifier">Base</span><span class="special">&gt;</span></tt> (See <a href="../../../../v2/wrapper.html" target="_top">Wrapper</a>). The
<tt class="computeroutput"><span class="identifier">wrapper</span></tt> template makes the job of wrapping classes that are meant to
overridden in Python, easier.</p>
<div class="informaltable"><table class="table">

View File

@@ -509,7 +509,7 @@ functions so that a Python override may be called:
};
Notice too that in addition to inheriting from `Base`, we also multiply-
inherited `wrapper<Base>` (See [@../../../v2//wrapper.html Wrapper]). The
inherited `wrapper<Base>` (See [@../../../v2/wrapper.html Wrapper]). The
`wrapper` template makes the job of wrapping classes that are meant to
overridden in Python, easier.

View File

@@ -631,7 +631,7 @@ functions so that a Python override may be called:</para>
</programlisting>
<para>
Notice too that in addition to inheriting from <code><phrase role="identifier">Base</phrase></code>, we also multiply-
inherited <code><phrase role="identifier">wrapper</phrase><phrase role="special">&lt;</phrase><phrase role="identifier">Base</phrase><phrase role="special">&gt;</phrase></code> (See <ulink url="../../../v2//wrapper.html">Wrapper</ulink>). The
inherited <code><phrase role="identifier">wrapper</phrase><phrase role="special">&lt;</phrase><phrase role="identifier">Base</phrase><phrase role="special">&gt;</phrase></code> (See <ulink url="../../../v2/wrapper.html">Wrapper</ulink>). The
<code><phrase role="identifier">wrapper</phrase></code> template makes the job of wrapping classes that are meant to
overridden in Python, easier.</para>
<informaltable frame="all">