diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/security.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/security.rst b/docs/security.rst index 4a42a2d..027b0de 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -50,6 +50,8 @@ possible: * Python ``bool`` objects, used to represent Actinide booleans. +* Python ``list`` objects, used to represent Actinide vectors. + * The Python ``None`` constant, used to represent the empty list. The remaining built-in types are represented using classes: |
