Closed
Description
-
What is the link to the documentation section that needs improving?
https://github.com/oracle/python-cx_Oracle/blob/main/doc/src/user_guide/initialization.rst -
Describe the confusion
There are semicolons after print statements for python code in three places:
print(err);
sys.exit(1);
- Suggest changes that would help
Remove semicolons and it should be good to go!