diff --git a/doc/v2/register_ptr_to_python.html b/doc/v2/register_ptr_to_python.html index 67e765ad..68a0737e 100644 --- a/doc/v2/register_ptr_to_python.html +++ b/doc/v2/register_ptr_to_python.html @@ -33,7 +33,7 @@
- <boost/python/converter/register_ptr_to_python.hpp>
+ <boost/python/register_ptr_to_python.hpp>
supplies register_ptr_to_python, a function template
which registers a conversion for smart pointers to Python. The
resulting Python object holds a copy of the converted smart pointer,
@@ -48,8 +48,8 @@
smart_ptr<X>& (non-const reference), the embedded C++
object must be held by smart_ptr<X>, and that when wrapped
objects are created by calling the constructor from Python, how they are held
- is determined by the HeldType parameter to class_<...>
- instances.
+ is determined by the HeldType parameter to
+ class_<...> instances.