diff --git a/mapytex/calculus/API/tokens/token.py b/mapytex/calculus/API/tokens/token.py index 0d57836..d032112 100644 --- a/mapytex/calculus/API/tokens/token.py +++ b/mapytex/calculus/API/tokens/token.py @@ -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 """