about summary refs log tree commit diff stats
path: root/miasm2/core/graph.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/core/graph.py')
-rw-r--r--miasm2/core/graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/core/graph.py b/miasm2/core/graph.py
index ec9eac36..c64c7b72 100644
--- a/miasm2/core/graph.py
+++ b/miasm2/core/graph.py
@@ -753,7 +753,7 @@ class MatchGraphJoker(object):
 
 class MatchGraph(DiGraph):
 
-    """MatchGraph intends to be the counterpart of MatchExpr, but for DiGraph
+    """MatchGraph intends to be the counterpart of match_expr, but for DiGraph
 
     This class provides API to match a given DiGraph pattern, with addidionnal
     restrictions.