typo in pool event documentation

Issue #2232 resolved
Former user created an issue

I was going though the pool events trying to help trace an issue: http://www.sqlalchemy.org/docs/core/events.html?highlight=pool#sqlalchemy.events.PoolEvents

In there the code example has you using events.listen. That failed with a "module has no listen" method error. In looking at the source I see there's event.py and events.py. event.py is what needs to be used to bind to the event.

Comments (3)

  1. Log in to comment