Fix: chante value to content in raw
This commit is contained in:
parent
70ec6933ac
commit
240857a7ad
@ -87,7 +87,7 @@ class Token(object):
|
||||
@property
|
||||
def raw(self):
|
||||
""" Get python's raw forme of the token """
|
||||
return self._mo.value
|
||||
return self._mo.content
|
||||
|
||||
def _operate(self, other, operation):
|
||||
""" Make a operation between 2 Tokens """
|
||||
|
Loading…
Reference in New Issue
Block a user