Skip to content

Commit 99866ae

Browse files
Clarify documentation a bit.
1 parent 7b2195c commit 99866ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/module.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Module Interface
220220
the length of time (in seconds) after which idle sessions in the pool are
221221
terminated. Note that termination only occurs when another session is
222222
released back to the pool. The default value of 0 means that no idle
223-
are terminated.
223+
sessions are terminated.
224224

225225
The waitTimeout parameter is expected to be an integer, if specified, and
226226
sets the length of time (in milliseconds) that the caller should wait for
@@ -229,12 +229,12 @@ Module Interface
229229
:data:`cx_Oracle.SPOOL_ATTRVAL_TIMEDWAIT`.
230230

231231
The maxLifetimeSession parameter is expected to be an integer, if
232-
specified, and sets the length of time (in seconds) a session may remain
233-
in the pool. Sessions in the pool are terminated after they have been in
234-
the pool for the specified period of time. Note that termination only
235-
occurs when another session is released back to the pool. The default value
236-
is 0 which means that there is no maximum length of time that a session may
237-
exist in the pool.
232+
specified, and sets the maximum length of time (in seconds) a session may
233+
exist in the pool. Sessions in the pool are terminated after they have
234+
been in the pool for the specified period of time. Note that termination
235+
only occurs when another session is released back to the pool. The default
236+
value is 0 which means that there is no maximum length of time that a
237+
session may exist in the pool.
238238

239239
.. note::
240240

0 commit comments

Comments
 (0)