boon

unix terminal framework
git clone https://git.ce9e.org/boon.git

commit
803d12952e05de5e46ab21a22568bef7e7557775
parent
c55a4d20ed59b56e4b7a1a7ed5485e400f7c97a2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-07-09 06:43
typo

Diffstat

M README.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -45,7 +45,7 @@ Set to `False` to stop the main loop.
   45    45 
   46    46 ### `App.selector`
   47    47 
   48    -1 In instance of
   -1    48 An instance of
   49    49 [`selectors.DefaultSelector`](https://docs.python.org/3/library/selectors.html#selectors.DefaultSelector)
   50    50 you can use to register additional file objects to the main loop.
   51    51