mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-22 05:22:31 +00:00
fixed rst syntax error
[SVN r33925]
This commit is contained in:
committed by
Peter Dimov
parent
57a1107513
commit
543cb4ba88
@@ -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<tag::x, **tag::y\*\*\ **>
|
||||
, mpl::vector2<tag::x, **tag::y\*\***>
|
||||
, mpl::vector3<void, int, int>
|
||||
>()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user