diff --git a/pysollib/hint.py b/pysollib/hint.py index 7fbb345c64..2e776ef3f4 100644 --- a/pysollib/hint.py +++ b/pysollib/hint.py @@ -955,10 +955,10 @@ def computeHints(self): else: m = re.match( '(?Pa card|(?P\d+) cards) ' - 'from (?Pstack|freecell)' + 'from (?Pstack|freecell) ' '(?P\d+) to ' - '(?Pthe foundations|(?Pfreecell|stack)' - ' (?P\d+))\s*', move_s) + '(?Pthe foundations|(?Pfreecell|stack) ' + '(?P\d+))\s*', move_s) if not m: continue