فهرست منبع

Corrected typo.

Taddeus Kroes 14 سال پیش
والد
کامیت
730afc4aca
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/node.py

+ 1 - 1
src/node.py

@@ -356,7 +356,7 @@ class Scope(object):
 
     def __eq__(self, other):
         return isinstance(other, Scope) and self.node == other.node \
-               and self.nodes == other.node
+               and self.nodes == other.nodes
 
     def remove(self, node, replacement=None):
         if node.is_leaf: