Removing trailing whitespace from example

This commit is contained in:
Christopher Allan Webber 2014-12-23 14:39:40 -06:00
parent 12270ecaa3
commit cacc14a7be

View File

@ -397,8 +397,8 @@ The same thing in Hy::
=> (optional-arg 1 2 3 4)
[1 2 3 4]
=> (optional-arg :keyword1 1
... :pos2 2
... :pos1 3
... :pos2 2
... :pos1 3
... :keyword2 4)
[3, 2, 1, 4]