ops 2
This commit is contained in:
+1
-1
@@ -849,7 +849,7 @@ def typo(string, typography=''):
|
|||||||
typography = typography.replace('italic', '')
|
typography = typography.replace('italic', '')
|
||||||
if '_' in typography:
|
if '_' in typography:
|
||||||
string = ' ' + string
|
string = ' ' + string
|
||||||
typography.replace('_', '')
|
typography = typography.replace('_', '')
|
||||||
if '--' in typography:
|
if '--' in typography:
|
||||||
string = ' - ' + string
|
string = ' - ' + string
|
||||||
typography = typography.replace('--', '')
|
typography = typography.replace('--', '')
|
||||||
|
|||||||
Reference in New Issue
Block a user