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 2dcab79 commit a354d19Copy full SHA for a354d19
Tools/i18n/pygettext.py
@@ -521,7 +521,7 @@ def _extract_message(self, node):
521
def _extract_message_with_spec(self, node, spec):
522
"""Extract a gettext call with the given spec.
523
524
- Return `None` if the gettext call was successfully extracted,
+ Return None if the gettext call was successfully extracted,
525
otherwise return an error message.
526
"""
527
max_index = max(spec.values())
0 commit comments