Merge pull request #1764 from TristanCacqueray/doc-list

Fix typo for HyList model name in the language internal doc
This commit is contained in:
Kodi Arfer 2019-03-25 21:50:46 -04:00 committed by GitHub
commit a3962ad19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.