diff --git a/doc/v2/return_opaque_pointer.html b/doc/v2/return_opaque_pointer.html index bdad3eab..52d8396e 100644 --- a/doc/v2/return_opaque_pointer.html +++ b/doc/v2/return_opaque_pointer.html @@ -70,7 +70,7 @@ undefined types such that the return value is copied into a new Python object.
In addition to specifying the return_opaque_pointer
- policy the
+ policy the
BOOST_PYTHON_OPAQUE_SPECIALIZED_TYPE_ID macro must be
used to define specializations for the
type_id function
@@ -177,8 +177,8 @@ if __name__ == '__main__':
- - opaque_pointer_converter + + opaque
Revised