Fix typo [recorder] (#66879)

pull/66880/head
Marc Mueller 2022-02-19 16:04:20 +01:00 committed by GitHub
parent a18d4c51ff
commit 596644d715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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