Skip to content

Commit d97d080

Browse files
Minor documentation tweaks.
1 parent 1df7448 commit d97d080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/release_notes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Thin Mode Changes
3434
#) Fixed bug preventing binding OUT data of type
3535
:data:`~oracledb.DB_TYPE_UROWID` that exceeds 3950 bytes in length.
3636
#) Fixed bug preventing correct parsing of connect descriptors with both
37-
ADDRESS and ADDRESS_LIST components at the same level.
37+
``ADDRESS`` and ``ADDRESS_LIST`` components at the same level.
3838
#) The complete connect string is now sent to the server instead of just the
3939
actual components being used. This is important for some configurations.
4040
#) Fixed bug resulting in an internal protocol error when handling database

doc/src/user_guide/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ install with:
202202

203203
.. code-block:: shell
204204
205-
python3 -m pip install oracledb cryptography --user
205+
python3 -m pip install oracledb --user
206206
207207
The ``--user`` option is useful when you do not have permission to write to
208208
system directories.

0 commit comments

Comments
 (0)