From ecbaa44582ab85def3fb500361b219581fab5d95 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 25 Jan 2019 21:30:55 -0500 Subject: [PATCH] Fix timeout method doc to be for QueuePool Change-Id: I14d4e623a5761963e10bb8f5d99a8ca3684db61b --- doc/build/changelog/unreleased_13/3689.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/unreleased_13/3689.rst b/doc/build/changelog/unreleased_13/3689.rst index 80ab78d010..f414202cf6 100644 --- a/doc/build/changelog/unreleased_13/3689.rst +++ b/doc/build/changelog/unreleased_13/3689.rst @@ -2,5 +2,5 @@ :tags: feature, engine :tickets: 3689 - Added public accessor :meth:`.Pool.timeout` that returns the configured - timeout for a :class:`.Pool` object. Pull request courtesy Irina Delamare. + Added public accessor :meth:`.QueuePool.timeout` that returns the configured + timeout for a :class:`.QueuePool` object. Pull request courtesy Irina Delamare. -- 2.47.3