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 char
|
||||||
return f
|
return f
|
||||||
|
|
||||||
def single (char):
|
def single (char=' '):
|
||||||
"""Mark with a single character."""
|
"""Mark with a single character."""
|
||||||
def f():
|
def f():
|
||||||
return char
|
return char
|
||||||
|
Loading…
Reference in New Issue
Block a user