From 53ff471b90ffe5a0c25e98b6dfdc8b07f111f853 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Thu, 30 Oct 2014 11:48:50 -0400 Subject: updated file.py: fixed typo in glue_data documentation. --- combox/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.3