From 227a9ee87dcb4269580bc1a1c2880792e877a68d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 13 Feb 2016 12:21:33 -0500 Subject: read_file: docstring update. --- lps_gen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lps_gen.py') diff --git a/lps_gen.py b/lps_gen.py index 87d1e2a..a153b95 100644 --- a/lps_gen.py +++ b/lps_gen.py @@ -48,7 +48,8 @@ lpspeakers_dict = OrderedDict() def read_file(filename): """Read file and return it as a string. - filename: Absolute pathname of the file. + :param str filename: Absolute pathname of the file. + """ content = '' -- cgit v1.2.3