diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 08:18:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 08:18:57 +0000 |
commit | 51e032068623deda28d73237844ff6a762624ef4 (patch) | |
tree | a6fe5d7dd3e51e1e8e4f6ec3872e2c856c48dc17 /examples | |
parent | Adding upstream version 3.0.46. (diff) | |
download | prompt-toolkit-upstream.tar.xz prompt-toolkit-upstream.zip |
Adding upstream version 3.0.47.upstream/3.0.47upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | examples/full-screen/simple-demos/floats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/full-screen/simple-demos/floats.py b/examples/full-screen/simple-demos/floats.py index 4d79c2b..d31b790 100755 --- a/examples/full-screen/simple-demos/floats.py +++ b/examples/full-screen/simple-demos/floats.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -Horizontal split example. +Floats example. """ from prompt_toolkit.application import Application |