summaryrefslogtreecommitdiff
path: root/sphinx/util/pycompat.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:46:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:46:13 +0900
commit6a55947e9f8f51c42a4719663f10b85c921a5918 (patch)
tree4315f8b35a232794ba4069cfe0301308101239b6 /sphinx/util/pycompat.py
parentcee921fe416068021996ec24ad19afb54cd6bbec (diff)
parented75950017e63b3ccfe2beef3d22ae6ec44410b0 (diff)
downloadsphinx-git-6a55947e9f8f51c42a4719663f10b85c921a5918.tar.gz
Merge branch '3.0.x' into 3.x
Diffstat (limited to 'sphinx/util/pycompat.py')
-rw-r--r--sphinx/util/pycompat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py
index 6decc1cef..664387cac 100644
--- a/sphinx/util/pycompat.py
+++ b/sphinx/util/pycompat.py
@@ -90,7 +90,7 @@ def execfile_(filepath: str, _globals: Any, open: Callable = open) -> None:
deprecated_alias('sphinx.util.pycompat',
{
- 'NoneType': NoneType, # type: ignore
+ 'NoneType': NoneType,
'TextIOWrapper': io.TextIOWrapper,
'htmlescape': html.escape,
'indent': textwrap.indent,