From: Mike Bayer Date: Sat, 26 Jan 2019 02:30:55 +0000 (-0500) Subject: Fix timeout method doc to be for QueuePool X-Git-Tag: rel_1_3_0b2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecbaa44582ab85def3fb500361b219581fab5d95;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix timeout method doc to be for QueuePool Change-Id: I14d4e623a5761963e10bb8f5d99a8ca3684db61b --- 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.