1
0
Fork 0
forked from github/pelican

A couple of docstrings are fixed (they were refering obsolete params)

This commit is contained in:
Mikhail Korobov 2011-05-06 16:44:12 +06:00
commit 06246557c5
2 changed files with 6 additions and 8 deletions

View file

@ -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',)