summaryrefslogtreecommitdiff
path: root/sphinx/locale
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-10-06 18:41:32 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-10-06 18:41:32 +0900
commite8925e78ca3be64a94c061e71a1da7d161640fa1 (patch)
tree9a62de9ce0baab55f07a7d72e4964653b2ad15bf /sphinx/locale
parent00efa53decbdf7a49f0883deb61ea5be9e66fb21 (diff)
parent73a93f897e645d065ab67d384d561bb5a0a8ba7c (diff)
downloadsphinx-git-e8925e78ca3be64a94c061e71a1da7d161640fa1.tar.gz
Merge branch '2.0'
Diffstat (limited to 'sphinx/locale')
-rw-r--r--sphinx/locale/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/locale/__init__.py b/sphinx/locale/__init__.py
index d18d075d4..2ef565236 100644
--- a/sphinx/locale/__init__.py
+++ b/sphinx/locale/__init__.py
@@ -32,7 +32,7 @@ class _TranslationProxy(UserString):
"""
__slots__ = ('_func', '_args')
- def __new__(cls, func, *args):
+ def __new__(cls, func, *args): # type: ignore
# type: (Callable, str) -> object
if not args:
# not called with "function" and "arguments", but a plain string