docstring fix

This commit is contained in:
Will McGugan
2022-10-21 09:43:25 +01:00
parent 4c8bcdaeab
commit a9d1499cc7

View File

@@ -405,7 +405,7 @@ class DemoApp(App):
Args:
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()
path = self.save_screenshot(filename, path)