Skip to content

Commit 5791b16

Browse files
committed
Update quickstart.rst
1 parent e0d7605 commit 5791b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user_guide/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Supports python3.7 or later.
1818
Install Oracle Client
1919
=====================
2020

21-
If you're connecting to database which is on a different machine from python process , you need to setup a oracle instanct client module in order before you use this library. Check \ `cx-Oracle's installation guide <https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#overview>`_ for further information.
21+
If you're connecting to database which is on a different machine from python process , you need to setup a oracle instanct client module before you use this library. Check \ `cx-Oracle's installation guide <https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html#overview>`_ for further information.
2222

2323
Basic Usage
2424
===========
@@ -155,4 +155,4 @@ It is noteworthy that although ``force = True`` is set , main thread loop of ``p
155155
# cause the long duration query is canceled.
156156
await pool.close(force = True , interrupt = True)
157157
158-
asyncio.run(main())
158+
asyncio.run(main())

0 commit comments

Comments
 (0)