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.