From cbefe7a13d721ffb75e6aaa2b65d7eb33c4ff3b0 Mon Sep 17 00:00:00 2001 From: jbm950 Date: Wed, 5 Jun 2024 18:28:22 -0400 Subject: [PATCH] fix(Examples): address a typo in one of the examples This commit fixes a typo in the module docstring of the Floats example. Refs: #1882 --- examples/full-screen/simple-demos/floats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/full-screen/simple-demos/floats.py b/examples/full-screen/simple-demos/floats.py index 4d79c2b80..d31b7900c 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