aboutsummaryrefslogtreecommitdiff
path: root/find-modules
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2017-01-05 21:03:49 +0000
committerStephen Kelly <steveire@gmail.com>2017-01-05 21:44:05 +0000
commit94fcc53ab4980cf48d120144efaf895d0aa7d835 (patch)
tree9a6a862d8bc41d73189b7e2e7709d50462396761 /find-modules
parent67798115b79085d61d8ef2b706aa1d19b4ef6e46 (diff)
downloadextra-cmake-modules-94fcc53ab4980cf48d120144efaf895d0aa7d835.tar.gz
extra-cmake-modules-94fcc53ab4980cf48d120144efaf895d0aa7d835.tar.bz2
Bindings: Fix copy-pasta in documentation
Diffstat (limited to 'find-modules')
-rwxr-xr-xfind-modules/rules_engine.py2
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.