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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/struct.rst b/docs/library/struct.rst
index 92757aba8..896c02793 100644
--- a/docs/library/struct.rst
+++ b/docs/library/struct.rst
@@ -43,5 +43,5 @@ Functions
.. 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
+ *fmt*. *offset* may be negative to count from the end of *data*. The return
value is a tuple of the unpacked values.