[Python-modules-commits] r33657 - in packages/python-sentinels/trunk/debian (control)

reazem-guest at users.alioth.debian.org reazem-guest at users.alioth.debian.org
Fri Aug 7 14:57:27 UTC 2015


    Date: Friday, August 7, 2015 @ 14:57:27
  Author: reazem-guest
Revision: 33657

Fixed long long-description line

Modified:
  packages/python-sentinels/trunk/debian/control

Modified: packages/python-sentinels/trunk/debian/control
===================================================================
--- packages/python-sentinels/trunk/debian/control	2015-08-07 14:53:39 UTC (rev 33656)
+++ packages/python-sentinels/trunk/debian/control	2015-08-07 14:57:27 UTC (rev 33657)
@@ -19,9 +19,9 @@
 Depends: ${misc:Depends},
          ${python:Depends}
 Description: small utility providing the Sentinel class, along with useful instances
- Sentinels are objects with special meanings. They can be thought of as singletons,
- but they service the need of having 'special' values in your code, that have special
- meanings. For example, NOTHING.
+ Sentinels are objects with special meanings. They can be thought of
+ as singletons, but they service the need of having 'special' values
+ in your code, that have special meanings. For example, NOTHING.
  .
  This is the Python 2 compatible package.
 
@@ -30,8 +30,8 @@
 Depends: ${misc:Depends},
          ${python3:Depends}
 Description: small utility providing the Sentinel class, along with useful instances
- Sentinels are objects with special meanings. They can be thought of as singletons,
- but they service the need of having 'special' values in your code, that have special
- meanings. For example, NOTHING.
+ Sentinels are objects with special meanings. They can be thought of
+ as singletons, but they service the need of having 'special' values
+ in your code, that have special meanings. For example, NOTHING.
  .
  This is the Python 3 compatible package




More information about the Python-modules-commits mailing list