Pārlūkot izejas kodu

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

Edd Baldry 8 gadi atpakaļ
vecāks
revīzija
c00a721bde
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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()