summaryrefslogtreecommitdiffstats
path: root/combox/file.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2014-10-30 11:48:50 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2014-10-30 11:48:50 -0400
commit53ff471b90ffe5a0c25e98b6dfdc8b07f111f853 (patch)
treed460b321176d1a37e8604290bb3d0afd0f12a9bb /combox/file.py
parentf47f4e21067342c0b90b185e8eeeab8003a81e59 (diff)
updated file.py: fixed typo in glue_data documentation.
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.
"""