Skip to content

Commit 6832dc3

Browse files
committed
docstring
1 parent 10c9b25 commit 6832dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ def action_screenshot(
13761376
13771377
Args:
13781378
filename: Filename of screenshot, or None to auto-generate.
1379-
path: Path to directory. Defaults to current working directory.
1379+
path: Path to directory. Defaults to the user's Downloads directory.
13801380
"""
13811381
self.deliver_screenshot(filename, path)
13821382

0 commit comments

Comments
 (0)