Correct a ReST syntax typo

This commit is contained in:
Kodi Arfer 2017-09-08 11:27:11 -07:00
parent 51fb807cc9
commit 0a633d8024

View File

@ -52,8 +52,8 @@ digits.
(print 10,000,000,000 10_000_000_000)
Unlike Python, Hy provides literal forms for NaN and infinity: `NaN`, `Inf`,
and `-Inf`.
Unlike Python, Hy provides literal forms for NaN and infinity: ``NaN``,
``Inf``, and ``-Inf``.
string literals
---------------