i18n: Fix typo for typed_pos_args

pull/9742/head
Matthias Klumpp 3 years ago
parent c5ce9744b2
commit efd7c7f228
  1. 2
      mesonbuild/modules/i18n.py

@ -184,7 +184,7 @@ class I18nModule(ExtensionModule):
return ModuleReturnValue(ct, [ct])
@typed_pos_args('i81n.gettex', str)
@typed_pos_args('i81n.gettext', str)
@typed_kwargs(
'i18n.gettext',
_ARGS,

Loading…
Cancel
Save