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.