Fix whitespace in docstring
This commit is contained in:
parent
191da26c2c
commit
0b2d3d4cc3
|
@ -8,15 +8,15 @@ class LexiconArticle:
|
||||||
A Lexicon article and its metadata.
|
A Lexicon article and its metadata.
|
||||||
|
|
||||||
Members:
|
Members:
|
||||||
player string: the player of the article
|
player string: the player of the article
|
||||||
turn integer: the turn the article was written for
|
turn integer: the turn the article was written for
|
||||||
title string: the article title
|
title string: the article title
|
||||||
title_filesafe string: the title, escaped, used for filenames
|
title_filesafe string: the title, escaped, used for filenames
|
||||||
content string: the HTML content, with citations replaced by format hooks
|
content string: the HTML content, with citations replaced by format hooks
|
||||||
citations dict mapping format hook string to tuple of link alias and link target title
|
citations dict mapping format hook string to tuple of link alias and link target title
|
||||||
wcites list: titles of written articles cited
|
wcites list: titles of written articles cited
|
||||||
pcites list: titles of phantom articles cited
|
pcites list: titles of phantom articles cited
|
||||||
citedby list: titles of articles that cite this
|
citedby list: titles of articles that cite this
|
||||||
The last three are filled in by populate().
|
The last three are filled in by populate().
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue