GoodFrench: Fix detection of typoes.

master
Valentin Lorentz 2013-02-01 19:59:31 +01:00
parent eda770ee0f
commit 420d1c8671
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class SpellChecker:
self._detect(mode='regexp',
correct="Un caractère de ponctuation double est toujours "
"suivi d'un espace",
mask="(?<!(tp|ps|.[^a-zA-Z]))[:!?;][^ _'D()]", wizard='_')
mask="(?<!(tp|ps|.[^ a-zA-Z]))[:!?;][^ _'D()]", wizard='_')
self._detect(mode='regexp',
correct="Un caractère de ponctuation simple n'est jamais "
"précédé d'un espace",