瀏覽代碼

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

Edd Baldry 8 年之前
父節點
當前提交
c00a721bde
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bakerydemo/base/models.py

+ 1 - 1
bakerydemo/base/models.py

@@ -93,7 +93,7 @@ class People(ClusterableModel):
 
 
     @property
     @property
     def thumb_image(self):
     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.
         # file can't be found.
         try:
         try:
             return self.image.get_rendition('fill-50x50').img_tag()
             return self.image.get_rendition('fill-50x50').img_tag()