diff --git a/NEWS b/NEWS index b0d5d24..a4bb456 100644 --- a/NEWS +++ b/NEWS @@ -24,7 +24,7 @@ Changes from 0.12.1 [ Misc. Improvements ] * New contrib module `hy-repr` - * Added a command-line option --hy-repr + * Added a command-line option --repl-output-fn Changes from 0.12.0 diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 19edbb9..c1432b3 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -207,7 +207,7 @@ If you start Hy like this (a shell alias might be helpful):: $ hy --repl-output-fn=hy.contrib.hy-repr.hy-repr -the interactive mode will use :ref:`_hy-repr-fn` instead of Python's +the interactive mode will use :ref:`hy-repr-fn` instead of Python's native ``repr`` function to print out values, so you'll see values in Hy syntax rather than Python syntax::