mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
commit
85d2d6da72
@ -57,7 +57,7 @@ class _TranslationProxy(UserString):
|
|||||||
self._args = args
|
self._args = args
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def data(self):
|
def data(self): # type: ignore
|
||||||
# type: () -> unicode
|
# type: () -> unicode
|
||||||
return self._func(*self._args)
|
return self._func(*self._args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user