mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring fix
This commit is contained in:
@@ -405,7 +405,7 @@ class DemoApp(App):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
filename (str | None, optional): Filename of screenshot, or None to auto-generate. Defaults to None.
|
filename (str | None, optional): Filename of screenshot, or None to auto-generate. Defaults to None.
|
||||||
path (str, optional): Path to directory. Defaults to "~/".
|
path (str, optional): Path to directory. Defaults to "./".
|
||||||
"""
|
"""
|
||||||
self.bell()
|
self.bell()
|
||||||
path = self.save_screenshot(filename, path)
|
path = self.save_screenshot(filename, path)
|
||||||
|
|||||||
Reference in New Issue
Block a user