fixed rst syntax error

[SVN r33926]
This commit is contained in:
Daniel Wallin
2006-05-04 19:57:20 +00:00
committed by Peter Dimov
parent 543cb4ba88
commit 284ec18904

View File

@@ -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``.