We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f01bb commit 3307a5bCopy full SHA for 3307a5b
1 file changed
Doc/tools/extensions/pyspecific.py
@@ -338,7 +338,7 @@ def run(self):
338
def expand_version_arg(argument, release):
339
"""Expand "next" to the current version"""
340
if argument == 'next':
341
- return sphinx_gettext('{} (unreleased)').format(release)
+ return translators['sphinx'].gettext('{} (unreleased)').format(release)
342
return argument
343
344
0 commit comments