-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from hotbaud/amm-trivial-fix
Trivial doc fix.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/python | ||
__author__ = 'Anne Marie Merritt, a.m[email protected]' | ||
__author__ = 'Anne Marie Merritt, anne.marie[email protected]' | ||
''' | ||
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. | ||
''' | ||
|
||
|