Prechádzať zdrojové kódy

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

Edd Baldry 8 rokov pred
rodič
commit
c00a721bde
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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()