diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-10-06 18:41:32 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-10-06 18:41:32 +0900 |
| commit | e8925e78ca3be64a94c061e71a1da7d161640fa1 (patch) | |
| tree | 9a62de9ce0baab55f07a7d72e4964653b2ad15bf /sphinx/locale | |
| parent | 00efa53decbdf7a49f0883deb61ea5be9e66fb21 (diff) | |
| parent | 73a93f897e645d065ab67d384d561bb5a0a8ba7c (diff) | |
| download | sphinx-git-e8925e78ca3be64a94c061e71a1da7d161640fa1.tar.gz | |
Merge branch '2.0'
Diffstat (limited to 'sphinx/locale')
| -rw-r--r-- | sphinx/locale/__init__.py | 2 |
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 |
