From 555186c2d8b95cce7f27df25dee05823a874d19b Mon Sep 17 00:00:00 2001 From: "Jorge A. Duarte" Date: Sun, 15 Oct 2017 13:58:15 -0500 Subject: [PATCH] Fixed PEP-8 trailing whitespaces on doctrings. --- amodem/alsa.py | 2 +- scripts/resample.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amodem/alsa.py b/amodem/alsa.py index da9141e..a22a561 100644 --- a/amodem/alsa.py +++ b/amodem/alsa.py @@ -1,4 +1,4 @@ -"""Code which adds Linux ALSA support for interfaces, +"""Code which adds Linux ALSA support for interfaces, recording and playing. """ diff --git a/scripts/resample.py b/scripts/resample.py index 363839a..fd597a2 100755 --- a/scripts/resample.py +++ b/scripts/resample.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -"""Script that exposes the amodem.resample() function -to the command line, taking parameters via standard +"""Script that exposes the amodem.resample() function +to the command line, taking parameters via standard inputs and returning results via standard outputs. """