Fix typo
Optiona -> Optional Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -210,7 +210,7 @@ def render(text: str, ctx: Optional[MarkupContext] = None) -> str:
|
|||||||
|
|
||||||
|
|
||||||
def macro_random(
|
def macro_random(
|
||||||
ctx: MarkupContext, first: Optional[str] = None, second: Optiona[str] = None, *tail: str
|
ctx: MarkupContext, first: Optional[str] = None, second: Optional[str] = None, *tail: str
|
||||||
) -> str:
|
) -> str:
|
||||||
"""
|
"""
|
||||||
Choose a random number.
|
Choose a random number.
|
||||||
|
|||||||
Reference in New Issue
Block a user