plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit f583d2fc88b5aac0f5fb7d56077101324d3d50ac
parent fc6e7212fbe54c3ee42920995714698484e90ef5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 14 Mar 2012 02:39:49 +0100

more explicit symbol for cut hemistiche

Diffstat:
hemistiches.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hemistiches.py b/hemistiches.py @@ -3,7 +3,7 @@ from common import sure_end_fem hemis_types = { 'ok' : '/', # correct 'bad' : '!', # something wrong - 'cut' : ':', # falls at the middle of a word + 'cut' : '?', # falls at the middle of a word 'fem' : '\\', # preceding word ends by a mute e }