[Python-modules-commits] [gtts] 04/06: Fix short description
Ethan Ward
ethanward-guest at moszumanska.debian.org
Wed Aug 2 20:42:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository gtts.
commit d344aa52763c1938d006a3dbcc9e49ef6bf5fe76
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Wed Aug 2 14:55:59 2017 -0500
Fix short description
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 68dcd0d..e08484c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Package: python-gtts
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
-Description: A wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 2)
+Description: Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 2)
A Python interface for Google's Text to Speech API. Create an mp3
file with the gTTS module. It allows unlimited lengths to be spoken by
tokenizing long sentences where the speech would naturally pause.
@@ -34,7 +34,7 @@ Description: A wrapper and CLI utility for the Google TTS (Text-to-Speech) API (
Package: python3-gtts
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Description: A wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
+Description: Wrapper and CLI utility for the Google TTS (Text-to-Speech) API (Python 3)
A Python interface for Google's Text to Speech API. Create an mp3
file with the gTTS module. It allows unlimited lengths to be spoken by
tokenizing long sentences where the speech would naturally pause.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gtts.git
More information about the Python-modules-commits
mailing list