Skip to content

Commit

Permalink
fix(Examples): address a typo in one of the examples
Browse files Browse the repository at this point in the history
This commit fixes a typo in the module docstring of the Floats example.

Refs: #1882
  • Loading branch information
jbm950 authored and jonathanslenders committed Jun 10, 2024
1 parent 15f3aec commit 8889675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-screen/simple-demos/floats.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
"""
Horizontal split example.
Floats example.
"""

from prompt_toolkit.application import Application
Expand Down

0 comments on commit 8889675

Please sign in to comment.