From 0b2d3d4cc33f9c979afc6eac1e5118b4aee388d5 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Sun, 8 Jul 2018 00:37:33 -0700 Subject: [PATCH] Fix whitespace in docstring --- src/article.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/article.py b/src/article.py index 5e0adce..dbd5bea 100644 --- a/src/article.py +++ b/src/article.py @@ -8,15 +8,15 @@ class LexiconArticle: A Lexicon article and its metadata. Members: - player string: the player of the article - turn integer: the turn the article was written for - title string: the article title - title_filesafe string: the title, escaped, used for filenames - 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 - wcites list: titles of written articles cited - pcites list: titles of phantom articles cited - citedby list: titles of articles that cite this + player string: the player of the article + turn integer: the turn the article was written for + title string: the article title + title_filesafe string: the title, escaped, used for filenames + 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 + wcites list: titles of written articles cited + pcites list: titles of phantom articles cited + citedby list: titles of articles that cite this The last three are filled in by populate(). """