fix stray typo

pull/9701/head
Eli Schwartz 3 years ago
parent 5b7d4f8bd3
commit a21c7d54fb
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      mesonbuild/interpreterbase/decorators.py

@ -584,7 +584,7 @@ class FeatureCheckBase(metaclass=abc.ABCMeta):
@staticmethod
@abc.abstractmethod
def check_version(target_version: str, feature_Version: str) -> bool:
def check_version(target_version: str, feature_version: str) -> bool:
pass
def use(self, subproject: str) -> None:

Loading…
Cancel
Save