summaryrefslogtreecommitdiffstats
path: root/combox/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'combox/file.py')
-rw-r--r--combox/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/combox/file.py b/combox/file.py
index 39454f8..ab76315 100644
--- a/combox/file.py
+++ b/combox/file.py
@@ -53,7 +53,7 @@ def split_data(data, n):
def glue_data(d_parts):
"""Glue different parts of the data to one.
- f_parts: Array containing different parts of the data. Each part
+ d_parts: Array containing different parts of the data. Each part
is a sequence of bytes.
"""