From bc91eb581407fec0aaf798782823121479b95276 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Thu, 14 Mar 2024 08:30:53 +0100 Subject: [PATCH] interpreterobjects.py: fix a typo Use a capital letter at the beginning of a sentence. --- mesonbuild/interpreter/interpreterobjects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/interpreter/interpreterobjects.py b/mesonbuild/interpreter/interpreterobjects.py index 28e7170c9..5f712a573 100644 --- a/mesonbuild/interpreter/interpreterobjects.py +++ b/mesonbuild/interpreter/interpreterobjects.py @@ -379,7 +379,7 @@ class ConfigurationDataHolder(ObjectHolder[build.ConfigurationData], MutableInte # We already have typed_pos_args checking that this is either a bool or # an int. if not isinstance(args[1], bool): - mlog.deprecation('configuration_data.set10 with number. the `set10` ' + mlog.deprecation('configuration_data.set10 with number. The `set10` ' 'method should only be used with booleans', location=self.interpreter.current_node) if args[1] < 0: