summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-08-08 17:42:49 +0900
committerTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-08-17 19:58:25 +0900
commit024539e406af953fc74f78e8e50d1f2c2b943566 (patch)
tree5ceb61e88e7d0e8eadf77af65a78a2e75b99bd0f
parentc85370b4726caee6a584b2cc95a7f22daabcc6bb (diff)
downloadbuildstream-tristan/docs-fixes.tar.gz
plugin.py: Fix documentation reference to MappingNode.validate_keys()tristan/docs-fixes
-rw-r--r--src/buildstream/plugin.py2
1 files changed, 1 insertions, 1 deletions
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() <buildstream._yaml.MappingNode.validate_keys>` method
+ The :func:`MappingNode.validate_keys() <buildstream.node.MappingNode.validate_keys>` method
should be used to ensure that the user has not specified keys in `node` which are unsupported
by the plugin.