diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2014-10-30 11:48:50 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2014-10-30 11:48:50 -0400 |
commit | 53ff471b90ffe5a0c25e98b6dfdc8b07f111f853 (patch) | |
tree | d460b321176d1a37e8604290bb3d0afd0f12a9bb | |
parent | f47f4e21067342c0b90b185e8eeeab8003a81e59 (diff) |
updated file.py: fixed typo in glue_data documentation.
-rw-r--r-- | combox/file.py | 2 |
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. """ |