mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-06 07:46:54 +02:00
Convert code comment into docstring
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
This commit is contained in:
parent
465359389c
commit
19fd993737
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue