modules/i18n: fix typo in gettext decorator

pull/11544/head
Corentin Noël 2 years ago committed by Eli Schwartz
parent 84c412a921
commit e0792f4819
  1. 2
      mesonbuild/modules/i18n.py

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

Loading…
Cancel
Save