[Python-modules-commits] r25316 - in packages/bunch/trunk/debian (changelog control)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue Jul 30 16:56:25 UTC 2013


    Date: Tuesday, July 30, 2013 @ 16:56:24
  Author: laarmen-guest
Revision: 25316

Add indentation to the description to prevent word wrapping
(Closes: #718352)

Modified:
  packages/bunch/trunk/debian/changelog
  packages/bunch/trunk/debian/control

Modified: packages/bunch/trunk/debian/changelog
===================================================================
--- packages/bunch/trunk/debian/changelog	2013-07-30 16:06:02 UTC (rev 25315)
+++ packages/bunch/trunk/debian/changelog	2013-07-30 16:56:24 UTC (rev 25316)
@@ -1,6 +1,8 @@
 bunch (1.0.1-2) UNRELEASED; urgency=low
 
   * Fix typo in long description (Closes: #718300)
+  * Add indentation to the description to prevent word wrapping
+    (Closes: #718352)
 
  -- Simon Chopin <chopin.simon at gmail.com>  Tue, 30 Jul 2013 11:44:04 +0200
 

Modified: packages/bunch/trunk/debian/control
===================================================================
--- packages/bunch/trunk/debian/control	2013-07-30 16:06:02 UTC (rev 25315)
+++ packages/bunch/trunk/debian/control	2013-07-30 16:56:24 UTC (rev 25316)
@@ -21,6 +21,6 @@
  access, a la JavaScript.
  .
  For instance, you can have the following:
- >>> b = bunch.bunchify({"foo":"bar"})
- >>> b.foo
- 'bar'
+   >>> b = bunch.bunchify({"foo":"bar"})
+   >>> b.foo
+   'bar'




More information about the Python-modules-commits mailing list