From 284ec18904972fd95a98c2e26f77eac4942c876d Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Thu, 4 May 2006 19:57:20 +0000 Subject: [PATCH] fixed rst syntax error [SVN r33926] --- doc/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python.rst b/doc/python.rst index 5b018b8..8e5a1e4 100755 --- a/doc/python.rst +++ b/doc/python.rst @@ -145,7 +145,7 @@ Defines a named parameter enabled constructor. ======================================================= ==================== ============================================== Expression Return type Requirements ======================================================= ==================== ============================================== - ``Class(a0, ..., aN)`` - ``a0``..\ ``aN`` are tagged arguments. + ``Class(a0, ..., aN)`` \- ``a0``..\ ``aN`` are tagged arguments. ======================================================= ==================== ============================================== For every ``N`` in ``[U,V]``, where ``[U,V]`` is the **arity range** of ``Keywords``.