diff options
Diffstat (limited to 'libpathod/language.py')
-rw-r--r-- | libpathod/language.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/language.py b/libpathod/language.py index 3c545fb9..79657b37 100644 --- a/libpathod/language.py +++ b/libpathod/language.py @@ -216,7 +216,7 @@ class _Token(object): """ return None - def resolve(self, msg, settings): # pragma: no cover + def resolve(self, msg, settings): """ Resolves this token to ready it for transmission. This means that the calculated offsets of actions are fixed. |