diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 3e83834..24e8ec6 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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)))