Fixed (read) docs as mentioned inn #641

This commit is contained in:
Foxboron 2014-09-02 22:26:47 +02:00
parent fbfb51fb61
commit 325f873f1e

View File

@ -907,7 +907,7 @@ Return an iterator of `x`, `fn(x)`, `fn(fn(x))`.
read
----
Usage: ``(read [from-file eof])``
Usage: ``(read &optional [from-file eof])``
Reads the next hy expression from `from-file` (defaults to `sys.stdin`), and
can take a single byte as EOF (defaults to an empty string).