diff piecrust/data/piecrustdata.py @ 902:f71d576835ee

internal: PEP8
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 23 Jul 2017 08:22:43 -0700
parents 93b656f0af54
children
line wrap: on
line diff
--- a/piecrust/data/piecrustdata.py	Sun Jul 23 08:22:03 2017 -0700
+++ b/piecrust/data/piecrustdata.py	Sun Jul 23 08:22:43 2017 -0700
@@ -15,7 +15,7 @@
         self.version = APP_VERSION
         self.url = 'http://bolt80.com/piecrust/'
         self.branding = 'Baked with <em><a href="%s">PieCrust</a> %s</em>.' % (
-                'http://bolt80.com/piecrust/', APP_VERSION)
+            'http://bolt80.com/piecrust/', APP_VERSION)
         self._page = None
 
     @property