aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-10 20:47:32 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-10 20:47:32 +0100
commit69588db71933d8a6feb34819ae6969bc5119d888 (patch)
treeaf26a49cfc28abe7b824a9cdf8353fd4c112700b /pysite
parentWiki page text role (diff)
Whoops, Flake8
Diffstat (limited to 'pysite')
-rw-r--r--pysite/rst/roles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/rst/roles.py b/pysite/rst/roles.py
index 3d0155e0..10f14603 100644
--- a/pysite/rst/roles.py
+++ b/pysite/rst/roles.py
@@ -84,7 +84,7 @@ def url_for_role(_role: str, rawtext: str, text: str, lineno: int, inliner: Inli
def page_role(_role: str, rawtext: str, text: str, lineno: int, inliner: Inliner,
- options: dict = None, _content: dict = None):
+ options: dict = None, _content: dict = None):
if options is None:
options = {}