From 41deb6855c58fd6dd21ff5bc7a68b5b6f747dec3 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Fri, 19 Nov 2004 16:12:36 +0000 Subject: [PATCH] correct //wrapper link [SVN r26261] --- doc/tutorial/doc/html/python/exposing.html | 2 +- doc/tutorial/doc/tutorial.qbk | 2 +- doc/tutorial/doc/tutorial.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial/doc/html/python/exposing.html b/doc/tutorial/doc/html/python/exposing.html index e15df084..49e03072 100644 --- a/doc/tutorial/doc/html/python/exposing.html +++ b/doc/tutorial/doc/html/python/exposing.html @@ -280,7 +280,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 Wrapper). The +inherited wrapper<Base> (See Wrapper). The wrapper template makes the job of wrapping classes that are meant to overridden in Python, easier.

diff --git a/doc/tutorial/doc/tutorial.qbk b/doc/tutorial/doc/tutorial.qbk index a6ca4eb8..76de09bb 100644 --- a/doc/tutorial/doc/tutorial.qbk +++ b/doc/tutorial/doc/tutorial.qbk @@ -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` (See [@../../../v2//wrapper.html Wrapper]). The +inherited `wrapper` (See [@../../../v2/wrapper.html Wrapper]). The `wrapper` template makes the job of wrapping classes that are meant to overridden in Python, easier. diff --git a/doc/tutorial/doc/tutorial.xml b/doc/tutorial/doc/tutorial.xml index 21ad2876..bc3b22fb 100644 --- a/doc/tutorial/doc/tutorial.xml +++ b/doc/tutorial/doc/tutorial.xml @@ -631,7 +631,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 Wrapper). The +inherited wrapper<Base> (See Wrapper). The wrapper template makes the job of wrapping classes that are meant to overridden in Python, easier.