diff --git a/doc/v2/call.html b/doc/v2/call.html index c76c01f7..6c1e2e39 100644 --- a/doc/v2/call.html +++ b/doc/v2/call.html @@ -42,7 +42,8 @@ R call(PyObject* callable, A1 const&, A2 const&, ... An const&)
R is a complete type with an accessible copy constructorR is a pointer type, reference
+ type, or a complete type with an accessible copy constructorcallable(a1, a2, ...an) in
Python, where a1...an are the arguments to
@@ -50,7 +51,7 @@ R call(PyObject* callable, A1 const&, A2 const&, ... An const&
R.