Merge pull request #1764 from TristanCacqueray/doc-list
Fix typo for HyList model name in the language internal doc
This commit is contained in:
commit
a3962ad19c
@ -64,9 +64,9 @@ objects in a macro, for instance.
|
|||||||
.. _hylist:
|
.. _hylist:
|
||||||
|
|
||||||
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
|
lists, which, when used as a top-level expression, translate to Python
|
||||||
list literals in the compilation phase.
|
list literals in the compilation phase.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user