updated docstring

This commit is contained in:
Will McGugan
2022-09-13 10:55:06 +01:00
parent 7280f08074
commit 1dfe79e858

View File

@@ -578,8 +578,7 @@ class App(Generic[ReturnType], DOMNode):
Args:
filename (str | None, optional): Filename of SVG screenshot, or None to auto-generate
a filename with the date and time. Defaults to None.
path (str | None, optional): Path to directory for output or None for current
working directory. Default's to None"
path (str, optional): Path to directory for output. Defaults to current working directory.
time_format(str, optional): Time format to use if filename is None. Defaults to "%Y-%m-%d %X %f".
Returns: