interpreterobjects.py: fix a typo
Use a capital letter at the beginning of a sentence.
This commit is contained in:
parent
0b7b4a3d9e
commit
bc91eb5814
|
@ -379,7 +379,7 @@ class ConfigurationDataHolder(ObjectHolder[build.ConfigurationData], MutableInte
|
||||||
# We already have typed_pos_args checking that this is either a bool or
|
# We already have typed_pos_args checking that this is either a bool or
|
||||||
# an int.
|
# an int.
|
||||||
if not isinstance(args[1], bool):
|
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',
|
'method should only be used with booleans',
|
||||||
location=self.interpreter.current_node)
|
location=self.interpreter.current_node)
|
||||||
if args[1] < 0:
|
if args[1] < 0:
|
||||||
|
|
Loading…
Reference in New Issue