From 94fcc53ab4980cf48d120144efaf895d0aa7d835 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 5 Jan 2017 21:03:49 +0000 Subject: Bindings: Fix copy-pasta in documentation --- find-modules/rules_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1