Made documentation changes as requested, according to PEP-257.

This commit is contained in:
Jorge A. Duarte
2017-10-15 13:23:57 -05:00
parent 1ff777d226
commit e1bdae2069
12 changed files with 40 additions and 29 deletions

View File

@@ -1,13 +1,14 @@
#!/usr/bin/env python
from amodem.sampling import resample
import argparse
import sys
"""Script that exposes the amodem.resample() function
to the command line, taking parameters via standard
inputs and returning results via standard outputs.
"""
from amodem.sampling import resample
import argparse
import sys
def main():
p = argparse.ArgumentParser()