Differences From Artifact [14bc22abf3]:
- File gc_lang/fr/modules/gce_suggestions.py — part of check-in [2c639e2d92] at 2019-05-11 15:54:20 on branch trunk — [core][fr] code cleaning (pylint) (user: olr, size: 18104) [annotate] [blame] [check-ins using]
To Artifact [a3e179165e]:
- File gc_lang/fr/modules/gce_suggestions.py — part of check-in [131560e96d] at 2019-06-06 10:07:07 on branch trunk — [core][fr] normalisation de l’écriture épicène (user: olr, size: 18117) [annotate] [blame] [check-ins using]
| ︙ | |||
499 500 501 502 503 504 505 | 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 | - + |
return "_"
_xNormalizedCharsForInclusiveWriting = str.maketrans({
'(': '_', ')': '_',
|
| ︙ |