diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-06-17 00:07:54 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-06-18 23:48:33 +0200 |
commit | bad14b23d211df5185ea8820422ae7f0cfd92429 (patch) | |
tree | a57de37669e9a51183ab782da4f5e7dfe9c07f0a /mesonbuild | |
parent | 850f64b9ab9a7b8ed21d11ccd7cfd434b08fab5a (diff) | |
download | meson-bad14b23d211df5185ea8820422ae7f0cfd92429.zip meson-bad14b23d211df5185ea8820422ae7f0cfd92429.tar.gz meson-bad14b23d211df5185ea8820422ae7f0cfd92429.tar.bz2 |
decorators: Fix typo
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/interpreterbase/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/interpreterbase/decorators.py b/mesonbuild/interpreterbase/decorators.py index b82a413..1033fea 100644 --- a/mesonbuild/interpreterbase/decorators.py +++ b/mesonbuild/interpreterbase/decorators.py @@ -292,7 +292,7 @@ class KwargInfo(T.Generic[_T]): validation, just converstion. :param deprecated_values: a dictionary mapping a value to the version of meson it was deprecated in. - :param since: a dictionary mapping a value to the version of meson it was + :param since_values: a dictionary mapping a value to the version of meson it was added in. """ |