From e67b74ac9e1cc114efbf413b79068d95b1f8bf5f Mon Sep 17 00:00:00 2001 From: hotbaud Date: Sun, 5 Jan 2020 08:01:12 -0800 Subject: [PATCH] Trivial doc fix. Signed-off-by: hotbaud --- RUN_HERE/AMM-py3-ringbell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RUN_HERE/AMM-py3-ringbell.py b/RUN_HERE/AMM-py3-ringbell.py index 99756d9..7117157 100644 --- a/RUN_HERE/AMM-py3-ringbell.py +++ b/RUN_HERE/AMM-py3-ringbell.py @@ -1,5 +1,5 @@ #!/usr/bin/python -__author__ = 'Anne Marie Merritt, a.m.merritt@gmail.com' +__author__ = 'Anne Marie Merritt, anne.marie.merritt@gmail.com' ''' License: MIT @@ -155,8 +155,8 @@ def _fetch_random_line(group_index): def _parse_ringtones(ringfile, outfile): ''' - :param ringtone_filename: Name of bells file to parse - :param outputfilename: Output file to emit random lines to + :param ringfile: Name of bells file to parse + :param outfile: Output file to emit random lines to :return: No return. '''