Skip to content

Commit 9bd497f

Browse files
Further doc tweaks.
1 parent de6d596 commit 9bd497f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/src/api_manual/connection_pool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ConnectionPool Methods
5656
be raised.
5757

5858
The ``cclass`` parameter, if specified, should be a string corresponding to
59-
the connection class for database resident connection pooling (DRCP).
59+
the connection class for Database Resident Connection Pooling (DRCP).
6060

6161
The ``purity`` parameter is expected to be one of
6262
:data:`~oracledb.PURITY_NEW`, :data:`~oracledb.PURITY_ANY`, or

doc/src/user_guide/tracing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,10 @@ Finding the Python-oracledb Mode
241241

242242
The boolean attributes :attr:`Connection.thin` and :attr:`ConnectionPool.thin`
243243
can be used to show the current mode of a python-oracledb connection or pool,
244-
repsectively.
244+
respectively. The python-oracledb version can be shown with
245+
:data:`oracledb.__version__`.
245246

246-
The state can also be seen in the Oracle Database data dictionary table
247+
The information can also be seen in the Oracle Database data dictionary table
247248
``V$SESSION_CONNECT_INFO``:
248249

249250
.. code-block:: python

0 commit comments

Comments
 (0)