Skip to content

Commit 39ee1c1

Browse files
Documentation tweaks.
1 parent a609df3 commit 39ee1c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/src/release_notes.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Common Changes
4040
#) The compiler flag ``-arch x86_64`` no longer needs to be explicitly
4141
specified when building from source code on macOS (Intel x86) without
4242
Universal Python binaries.
43-
#) The connect() and create_pool() functions now have complete documentation
44-
on their arguments.
4543
#) Improved samples and documentation.
4644

4745

doc/src/user_guide/exception_handling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ in the examples below:
9595

9696
python-oracledb Thin mode Error::
9797

98-
[Errno 61] Connection refused
98+
DPY-6005: cannot connect to database. Connection failed with "[Errno 61]
99+
Connection refused"
99100

100101
python-oracledb Thick mode Error::
101102

0 commit comments

Comments
 (0)