aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/library/sys.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index b3e52c40c..ee2afed62 100644
--- a/docs/library/sys.rst
+++ b/docs/library/sys.rst
@@ -33,6 +33,11 @@ Constants
the byte order of the system ("little" or "big")
+.. data:: modules
+
+ Dictionary of loaded modules. On some ports, it may not include builtin
+ modules.
+
.. data:: path
a mutable list of directories to search for imported modules