mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix typo [recorder] (#66879)
This commit is contained in:
@@ -5,7 +5,7 @@ from sqlalchemy.pool import NullPool, StaticPool
|
||||
|
||||
|
||||
class RecorderPool(StaticPool, NullPool):
|
||||
"""A hybird of NullPool and StaticPool.
|
||||
"""A hybrid of NullPool and StaticPool.
|
||||
|
||||
When called from the creating thread acts like StaticPool
|
||||
When called from any other thread, acts like NullPool
|
||||
|
Reference in New Issue
Block a user