diff options
| author | Damien George <damien@micropython.org> | 2025-01-22 15:13:13 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-02-11 16:59:11 +1100 |
| commit | e40a3fdb81fc7184e945754c06d42e169a296ab8 (patch) | |
| tree | 4f154a218f19a796a96fcb8aa63d8a15172f6d27 /docs/library/index.rst | |
| parent | c3a18d74ebebe1c68955c3dce3c782af949aa4c7 (diff) | |
docs/library/marshal: Document the marshal module.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/index.rst')
| -rw-r--r-- | docs/library/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 4209a0781..2919378ce 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -69,6 +69,7 @@ library. heapq.rst io.rst json.rst + marshal.rst math.rst os.rst platform.rst |
