From 543cb4ba88e7f2bd1cdfa47310863fac5cade4ee Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Thu, 4 May 2006 19:56:42 +0000 Subject: [PATCH] fixed rst syntax error [SVN r33925] --- doc/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >() );