From 024539e406af953fc74f78e8e50d1f2c2b943566 Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Sat, 8 Aug 2020 17:42:49 +0900 Subject: plugin.py: Fix documentation reference to MappingNode.validate_keys() --- src/buildstream/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/plugin.py b/src/buildstream/plugin.py index 14e22e56d..deb105a3b 100644 --- a/src/buildstream/plugin.py +++ b/src/buildstream/plugin.py @@ -297,7 +297,7 @@ class Plugin: Plugin implementors should implement this method to read configuration data and store it. - The :func:`MappingNode.validate_keys() ` method + The :func:`MappingNode.validate_keys() ` method should be used to ensure that the user has not specified keys in `node` which are unsupported by the plugin. -- cgit v1.2.1