summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 08:18:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 08:18:57 +0000
commit13e7a0d1b7dc338648cc8cc39a37f8994d99feb2 (patch)
treebfef52b4542add4686880b57eb90661c811f3b51 /examples
parentAdding debian version 3.0.46-1. (diff)
downloadprompt-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 '')
-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