Fix a markup error in the apply doc.

See http://docs.hylang.org/en/latest/language/api.html#apply
for the example.
This commit is contained in:
Berker Peksag 2014-01-14 06:08:54 +02:00
parent 8ababcb905
commit 94e1fc40f7

View File

@ -110,6 +110,7 @@ Usage: `(apply fn-name [args] [kwargs])`
Examples:
.. code-block:: clj
(defn thunk []
"hy there")