There was an error while loading. Please reload this page.
1 parent fde577b commit 5cfbb7dCopy full SHA for 5cfbb7d
1 file changed
doc/src/user_guide/initialization.rst
@@ -168,8 +168,8 @@ example, if the Oracle Instant Client Libraries are in
168
cx_Oracle.init_oracle_client(lib_dir=lib_dir)
169
except Exception as err:
170
print("Whoops!")
171
- print(err);
172
- sys.exit(1);
+ print(err)
+ sys.exit(1)
173
174
Note the use of a 'raw' string ``r"..."`` on Windows so that backslashes are
175
treated as directory separators.
@@ -220,8 +220,8 @@ you can call :meth:`cx_Oracle.init_oracle_client()`:
220
cx_Oracle.init_oracle_client(config_dir="/etc/my-oracle-config")
221
222
223
224
225
226
This is equivalent to setting the environment variable `TNS_ADMIN
227
<https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-12C94B15-2CE1-4B98-9D0C-8226A9DDF4CB>`__
@@ -393,8 +393,8 @@ parameters is:
393
error_url="https://example.com/MyInstallInstructions.html")
394
395
396
397
398
399
The convention for ``driver_name`` is to separate the product name from the
400
product version by a colon and single blank characters. The value will be shown
0 commit comments