forked from github/pelican
A couple of docstrings are fixed (they were refering obsolete params)
This commit is contained in:
parent
1264b81bb6
commit
06246557c5
2 changed files with 6 additions and 8 deletions
|
|
@ -6,8 +6,7 @@ class Page(object):
|
|||
"""Represents a page
|
||||
Given a content, and metadatas, create an adequate object.
|
||||
|
||||
:param string: the string to parse, containing the original content.
|
||||
:param markup: the markup language to use while parsing.
|
||||
:param content: the string to parse, containing the original content.
|
||||
"""
|
||||
mandatory_properties = ('title',)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue