Explorar o código

Minor amend for base models.py to bring brackets to new lines

Edd Baldry %!s(int64=8) %!d(string=hai) anos
pai
achega
c00a721bde
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bakerydemo/base/models.py

+ 1 - 1
bakerydemo/base/models.py

@@ -93,7 +93,7 @@ class People(ClusterableModel):
 
     @property
     def thumb_image(self):
-        # Return an empty string if there is no profile pic or the rendition
+        # Returns an empty string if there is no profile pic or the rendition
         # file can't be found.
         try:
             return self.image.get_rendition('fill-50x50').img_tag()