summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/simple-demos
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 08:18:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 08:18:58 +0000
commit4c6233e40415b0e5fe2459a7a5cad24b89651c32 (patch)
treeecd142269d76a900e5ecaca0ce2a9da7153b1f6e /examples/full-screen/simple-demos
parentReleasing progress-linux version 3.0.46-1~progress7.99u1. (diff)
downloadprompt-toolkit-4c6233e40415b0e5fe2459a7a5cad24b89651c32.tar.xz
prompt-toolkit-4c6233e40415b0e5fe2459a7a5cad24b89651c32.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-xexamples/full-screen/simple-demos/floats.py2
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