[Python-modules-commits] [jaraco.itertools] 04/06: Fix typo in descriptions

Ethan Ward ethanward-guest at moszumanska.debian.org
Fri Aug 4 15:23:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

ethanward-guest pushed a commit to branch master
in repository jaraco.itertools.

commit db710e2d56491a8e27d37a3e262b39f9af1d6eb0
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Thu Aug 3 17:31:11 2017 -0500

    Fix typo in descriptions
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index dd04a0d..8f60be2 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
 Description: Tools for working with iterables (Python 2)
- This module contains tools for working with python iterables,
+ This module contains tools for working with Python iterables,
  complementing itertools and more_itertools.
  .
  This package contains the module for Python 2.
@@ -38,7 +38,7 @@ Package: python3-jaraco.itertools
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: Tools for working with iterables (Python 3)
- This module contains tools for working with python iterables,
+ This module contains tools for working with Python iterables,
  complementing itertools and more_itertools.
  .
  This package contains the module for Python 3.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jaraco.itertools.git



More information about the Python-modules-commits mailing list