making char optional in the single function
This commit is contained in:
parent
1581a2fa79
commit
bcafab70e7
@ -21,7 +21,7 @@ def text (mark_text):
|
||||
return char
|
||||
return f
|
||||
|
||||
def single (char):
|
||||
def single (char=' '):
|
||||
"""Mark with a single character."""
|
||||
def f():
|
||||
return char
|
||||
|
Loading…
Reference in New Issue
Block a user