Merge pull request #645 from Foxboron/read-doc-fix

Fixed (read) docs as mentioned inn #641
This commit is contained in:
Berker Peksag 2014-09-03 07:26:34 +03:00
commit adc56d69e7

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).