Small NEWS and docs fixes for hy-repr (#1258)

This commit is contained in:
Kodi Arfer 2017-03-25 10:13:44 -07:00 committed by Ryan Gonzalez
parent 741b9b9bd6
commit f8e5645c2e
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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

View File

@ -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::