update changelog and typo in test description

This commit is contained in:
Zaloog
2024-08-09 20:59:43 +02:00
parent f3c49d41c7
commit 51fb62b36b
2 changed files with 3 additions and 1 deletions

View File

@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- Added `tooltip` to Binding https://github.com/Textualize/textual/pull/4859
- Added `TOOLTIP_DELAY` to App to customize time until a tooltip is displayed
## [0.76.0]

View File

@@ -28,7 +28,7 @@ class TooltipApp(App[None]):
TOOLTIP_TIMEOUT: Final[float] = 0.4 + 0.1
"""How long to wait for a tooltip to appear.
The 0.4 is the defined value defined with TOOLTIP_DELAY, and the 0.1 is a bit of
The 0.4 is the value defined with TOOLTIP_DELAY, and the 0.1 is a bit of
wiggle room.
"""