summaryrefslogtreecommitdiffstats
path: root/lps_gen.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-13 12:21:33 -0500
committerrsiddharth <rsd@gnu.org>2016-02-13 12:21:33 -0500
commit227a9ee87dcb4269580bc1a1c2880792e877a68d (patch)
treee8e48e559f83292c218054c5f0c13a8336af95c1 /lps_gen.py
parent9982a7113d4cccb38b5f0779c868f3024162a163 (diff)
read_file: docstring update.
Diffstat (limited to 'lps_gen.py')
-rw-r--r--lps_gen.py3
1 files changed, 2 insertions, 1 deletions
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 = ''