oh yeah, make this a clojure syntax block in the docs

This commit is contained in:
Christopher Allan Webber 2013-05-09 15:40:32 -05:00
parent b6d730c044
commit 0a362a2120

View File

@ -418,6 +418,8 @@ Hy also supports **args and **kwargs. In Python::
The Hy equivalent:
.. code-block:: clj
(defn some_func [foo bar &rest args &kwargs kwargs]
(import pprint)
(pprint.pprint (, foo bar args kwargs)))