summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ludwig <f.ludwig@greyrook.com>2020-10-23 20:54:36 +0200
committerFlorian Ludwig <f.ludwig@greyrook.com>2020-10-23 20:54:36 +0200
commita4353e585501fbc08de35f96cba5502c96c96c30 (patch)
tree494c90abcd6d655d9a21e109500e378f235cff02
parent89c73600be7b2e751d51fa9be2d290c753209612 (diff)
downloadrdflib-a4353e585501fbc08de35f96cba5502c96c96c30.tar.gz
fix inconsistent quotes
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b6f457f1..67a0f592 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -102,7 +102,7 @@ version = re.sub("[0-9]+\\.[0-9]\\..*", "\1", release)
exclude_trees = ["_build", "draft"]
# The reST default role (used for this markup: `text`) to use for all documents.
-default_role = 'py:obj'
+default_role = "py:obj"
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True