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.