[Python-modules-commits] r25025 - in packages/enum34/trunk/debian (control)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Fri Jun 28 23:21:05 UTC 2013


    Date: Friday, June 28, 2013 @ 23:21:04
  Author: barry
Revision: 25025

Lintian cleanliness

Modified:
  packages/enum34/trunk/debian/control

Modified: packages/enum34/trunk/debian/control
===================================================================
--- packages/enum34/trunk/debian/control	2013-06-28 23:20:18 UTC (rev 25024)
+++ packages/enum34/trunk/debian/control	2013-06-28 23:21:04 UTC (rev 25025)
@@ -22,9 +22,9 @@
 Section: doc
 Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 Description: backport of Python 3.4's enum package
- PEP 435 adds an enumeration to to Python 3.4.  This module provides a
+ PEP 435 adds an enumeration to Python 3.4.  This module provides a
  backport of that data type for older Python versions.  It defines two
- enumeration classes taht can be used to define unit sets of names and
+ enumeration classes that can be used to define unit sets of names and
  values: Enum and IntEnum.
  .
  This is the common documentation package.
@@ -35,9 +35,9 @@
          ${misc:Depends}
 Suggests: python-enum34-doc
 Description: backport of Python 3.4's enum package
- PEP 435 adds an enumeration to to Python 3.4.  This module provides a
+ PEP 435 adds an enumeration to Python 3.4.  This module provides a
  backport of that data type for older Python versions.  It defines two
- enumeration classes taht can be used to define unit sets of names and
+ enumeration classes that can be used to define unit sets of names and
  values: Enum and IntEnum.
  .
  This is the Python 2 compatible package.
@@ -48,9 +48,9 @@
          ${misc:Depends}
 Suggests: python-enum34-doc
 Description: backport of Python 3.4's enum package
- PEP 435 adds an enumeration to to Python 3.4.  This module provides a
+ PEP 435 adds an enumeration to Python 3.4.  This module provides a
  backport of that data type for older Python versions.  It defines two
- enumeration classes taht can be used to define unit sets of names and
+ enumeration classes that can be used to define unit sets of names and
  values: Enum and IntEnum.
  .
  This is the Python 3 compatible package.




More information about the Python-modules-commits mailing list