diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 1fcb3e5..9b3127d 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -419,7 +419,7 @@ looks like: The difference here is that since it's a dictionary, you can't rely on any specific ordering to the arguments. -Hy also supports **args and **kwargs. In Python:: +Hy also supports ``*args`` and ``**kwargs``. In Python:: def some_func(foo, bar, *args, **kwargs): import pprint