diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2024-03-14 08:30:53 +0100 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2024-03-14 06:27:53 -0400 |
| commit | bc91eb581407fec0aaf798782823121479b95276 (patch) | |
| tree | 4102b2ea6daefa8501110925bd180597b850816d /mesonbuild | |
| parent | 0b7b4a3d9e41901b000074e903ad0bb8a299785c (diff) | |
| download | meson-bc91eb581407fec0aaf798782823121479b95276.tar.gz | |
interpreterobjects.py: fix a typo
Use a capital letter at the beginning of a sentence.
Diffstat (limited to 'mesonbuild')
| -rw-r--r-- | mesonbuild/interpreter/interpreterobjects.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
