From 82b89fc441632a74e232376e98c4e1895acd8237 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 21 Sep 2006 02:40:19 +0000 Subject: [PATCH] Fix inspection issues [SVN r35239] --- doc/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python.rst b/doc/python.rst index a9577a3..816369a 100755 --- a/doc/python.rst +++ b/doc/python.rst @@ -754,7 +754,7 @@ an **arity range** of [2,2], so we only need one forwarding overload. def< f_fwd , mpl::vector< - void, tag::x(int), tag::y\*(int) + void, tag::\ x(int), tag::\ y\*(int) > >("f"); }