Skip to content

Commit 914ec2a

Browse files
committed
docstring
1 parent 6832dc3 commit 914ec2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/textual/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,8 @@ def deliver_screenshot(
14511451
Args:
14521452
filename: Filename of SVG screenshot, or None to auto-generate
14531453
a filename with the date and time.
1454-
path: Path to directory for output. Defaults to current working directory.
1454+
path: Path to directory for output when saving locally (not used when app is running in the browser).
1455+
Defaults to current working directory.
14551456
time_format: Date and time format to use if filename is None.
14561457
Defaults to a format like ISO 8601 with some reserved characters replaced with underscores.
14571458

0 commit comments

Comments
 (0)