From 5bf9ee1d04d30fba9ffc82611c9bfcec67622eab Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 23 Oct 2022 20:08:21 +0100 Subject: [PATCH] remove title --- src/textual/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/textual/app.py b/src/textual/app.py index 646b13371..c044f6155 100644 --- a/src/textual/app.py +++ b/src/textual/app.py @@ -125,7 +125,6 @@ class App(Generic[ReturnType], DOMNode): Args: driver_class (Type[Driver] | None, optional): Driver class or ``None`` to auto-detect. Defaults to None. - title (str | None, optional): Title of the application. If ``None``, the title is set to the name of the ``App`` subclass. Defaults to ``None``. css_path (str | PurePath | None, optional): Path to CSS or ``None`` for no CSS file. Defaults to None. watch_css (bool, optional): Watch CSS for changes. Defaults to False. """