From f6ef0270144b96863ae9811edbc802c56091a2a3 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 23 Aug 2019 19:02:48 +0200 Subject: [PATCH] Tidy and shorten a comment --- pelican/contents.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelican/contents.py b/pelican/contents.py index 74524d60..a862db2d 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -141,8 +141,7 @@ class Content(object): # manage status if not hasattr(self, 'status'): - # using None as the default here breaks comment plugins (and - # probably others) + # Previous default of None broke comment plugins and perhaps others self.status = getattr(self, 'default_status', '') # store the summary metadata if it is set