diff options
author | Stephen Kelly <steveire@gmail.com> | 2017-01-05 21:03:49 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2017-01-05 21:44:05 +0000 |
commit | 94fcc53ab4980cf48d120144efaf895d0aa7d835 (patch) | |
tree | 9a6a862d8bc41d73189b7e2e7709d50462396761 | |
parent | 67798115b79085d61d8ef2b706aa1d19b4ef6e46 (diff) | |
download | extra-cmake-modules-94fcc53ab4980cf48d120144efaf895d0aa7d835.tar.gz extra-cmake-modules-94fcc53ab4980cf48d120144efaf895d0aa7d835.tar.bz2 |
Bindings: Fix copy-pasta in documentation
-rwxr-xr-x | find-modules/rules_engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/rules_engine.py b/find-modules/rules_engine.py index 53c81413..3d397e86 100755 --- a/find-modules/rules_engine.py +++ b/find-modules/rules_engine.py @@ -199,7 +199,7 @@ class ContainerRuleDb(AbstractCompiledRuleDb): def apply(self, container, sip): """ - Walk over the rules database for functions, applying the first matching transformation. + Walk over the rules database for containers, applying the first matching transformation. :param container: The clang.cindex.Cursor for the container. :param sip: The SIP dict. |