Skip to content

Commit e2e2559

Browse files
Applied changes
1 parent 9e34495 commit e2e2559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/environments.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Run queries against Exasol
5555
Positron
5656
--------
5757

58-
You can either connect to exasol with pyexasol as described in :doc:`getting_started` or use JupySQL as described in :ref:`jupyterlab`.
58+
You can either connect to Exasol with pyexasol as described in :doc:`getting_started` or using JupySQL as described in :ref:`jupyterlab`.
5959

6060
pyCharm
6161
-------

doc/integrations.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Connect to Exasol database using SQLAlchemy
1616
.. code-block:: python
1717
1818
from sqlalchemy import create_engine
19-
url = "exa+websocket://A_USER:[email protected]:1234/my_schema?CONNECTIONLCALL=en_US.UTF-8"
19+
url = "exa+websocket://<user>:<password>@<host>:<port>/<schema>?CONNECTIONLCALL=en_US.UTF-8"
2020
e = create_engine(url)
2121
r = e.execute("select 42 from dual").fetchall()
2222

0 commit comments

Comments
 (0)