This commit is contained in:
Alhaziel01
2021-01-08 11:48:49 +01:00
parent 7930b95211
commit 8ec243a0af

View File

@@ -849,7 +849,7 @@ def typo(string, typography=''):
typography = typography.replace('italic', '')
if '_' in typography:
string = ' ' + string
typography.replace('_', '')
typography = typography.replace('_', '')
if '--' in typography:
string = ' - ' + string
typography = typography.replace('--', '')