summaryrefslogtreecommitdiff
path: root/docs/library/struct.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/struct.rst')
-rw-r--r--docs/library/struct.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/struct.rst b/docs/library/struct.rst
index bfcd84e2d..92757aba8 100644
--- a/docs/library/struct.rst
+++ b/docs/library/struct.rst
@@ -1,7 +1,7 @@
-:mod:`ustruct` -- pack and unpack primitive data types
-======================================================
+:mod:`struct` -- pack and unpack primitive data types
+=====================================================
-.. module:: ustruct
+.. module:: struct
:synopsis: pack and unpack primitive data types
|see_cpython_module| :mod:`python:struct`.