diff --git a/doc/python.rst b/doc/python.rst index cb8a954..5b018b8 100755 --- a/doc/python.rst +++ b/doc/python.rst @@ -111,7 +111,7 @@ Note that this makes the *arity range* ``[1,2]``, so we'll need two forwarding o .def("f", function< fwd - , mpl::vector2 + , mpl::vector2 , mpl::vector3 >() );