From 19fd99373704c861085ee12aebafb10c8bbc8943 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 12 Sep 2024 13:15:59 +0200 Subject: [PATCH] Convert code comment into docstring Co-authored-by: Paolo Melchiorre --- pelican/contents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/contents.py b/pelican/contents.py index d175eb75..0769f875 100644 --- a/pelican/contents.py +++ b/pelican/contents.py @@ -548,7 +548,7 @@ class Content: class SkipStub(Content): - # Stub class representing content that should not be processed in any way + """Stub class representing content that should not be processed in any way.""" def __init__( self, content, metadata=None, settings=None, source_path=None, context=None