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 | 13e7a0d1b7dc338648cc8cc39a37f8994d99feb2 (patch) | |
tree | bfef52b4542add4686880b57eb90661c811f3b51 /examples/full-screen/simple-demos | |
parent | Adding debian version 3.0.46-1. (diff) | |
download | prompt-toolkit-13e7a0d1b7dc338648cc8cc39a37f8994d99feb2.tar.xz prompt-toolkit-13e7a0d1b7dc338648cc8cc39a37f8994d99feb2.zip |
Merging upstream version 3.0.47.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/full-screen/simple-demos')
-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 |