summaryrefslogtreecommitdiff
path: root/examples/find_symbol.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/find_symbol.py')
-rw-r--r--examples/find_symbol.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/find_symbol.py b/examples/find_symbol.py
index 42677ec..63790c2 100644
--- a/examples/find_symbol.py
+++ b/examples/find_symbol.py
@@ -144,8 +144,8 @@ def node_references_sym(node, sym_name):
return expr_contains_sym(node.visibility, sym_name)
# Comments are already handled by searching the prompt condition, because
- # 'depends on' gets propagated to its condition. This is why we don't need
- # to look at the direct dependencies for MENU either.
+ # 'depends on' gets propagated to it. This is why we don't need to look at
+ # the direct dependencies for MENU either.
def nodes_referencing_sym(node, sym_name):
"""