summaryrefslogtreecommitdiff
path: root/docs/library/ustruct.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/ustruct.rst')
-rw-r--r--docs/library/ustruct.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/ustruct.rst b/docs/library/ustruct.rst
index 81915d0a8..357d622b2 100644
--- a/docs/library/ustruct.rst
+++ b/docs/library/ustruct.rst
@@ -35,7 +35,7 @@ Functions
Unpack from the *data* according to the format string *fmt*.
The return value is a tuple of the unpacked values.
-.. function:: unpack_from(fmt, data, offset=0)
+.. function:: unpack_from(fmt, data, offset=0, /)
Unpack from the *data* starting at *offset* according to the format string
*fmt*. *offset* may be negative to count from the end of *buffer*. The return