Skip to content

Commit 8889675

Browse files
jbm950jonathanslenders
authored andcommitted
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
1 parent 15f3aec commit 8889675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/full-screen/simple-demos/floats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
"""
3-
Horizontal split example.
3+
Floats example.
44
"""
55

66
from prompt_toolkit.application import Application

0 commit comments

Comments
 (0)