Browse Source

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

Edd Baldry 8 năm trước cách đây
mục cha
commit
c00a721bde
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()