Fix typo for HyList model name in the language internal doc

This commit is contained in:
Tristan Cacqueray 2019-03-26 01:48:13 +00:00
parent 808f81f7e8
commit 920057c621

View File

@ -64,9 +64,9 @@ objects in a macro, for instance.
.. _hylist:
HyList
~~~~~~~~~~~~
~~~~~~
``hy.models.HyExpression`` is a :ref:`HySequence` for bracketed ``[]``
``hy.models.HyList`` is a :ref:`HySequence` for bracketed ``[]``
lists, which, when used as a top-level expression, translate to Python
list literals in the compilation phase.