Small NEWS and docs fixes for hy-repr (#1258)
This commit is contained in:
parent
741b9b9bd6
commit
f8e5645c2e
2
NEWS
2
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
|
||||
|
||||
|
@ -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::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user