From 6410e372cb344084ee13942bd5b9eb78b24fc50c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 4 Nov 2022 17:00:29 -0400 Subject: [PATCH] typo Change-Id: I41cb128767c0cba48255cca0904ae1bff1b357ac --- doc/build/changelog/unreleased_14/8717.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/unreleased_14/8717.rst b/doc/build/changelog/unreleased_14/8717.rst index dba7b830c6..6ce3b83fc0 100644 --- a/doc/build/changelog/unreleased_14/8717.rst +++ b/doc/build/changelog/unreleased_14/8717.rst @@ -12,7 +12,7 @@ call. However, this prevented custom pool reset schemes from being used within this hook, as such hooks by definition are doing more than just calling ``.rollback()``, and need to be invoked under all - circumstances This was a regression that appeared in version 1.4. + circumstances. This was a regression that appeared in version 1.4. For version 1.4, the :meth:`.PoolEvents.checkin` remains viable as an alternate event hook to use for custom "reset" implementations. Version 2.0 -- 2.47.2