Skip to content

Commit 545e813

Browse files
committed
Improve code style of examples
1 parent 4985801 commit 545e813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the DBAPI interface to query Presto:
1717

1818
```python
1919
import presto
20-
conn=presto.dbapi.connect(
20+
conn = presto.dbapi.connect(
2121
host='localhost',
2222
port=8080,
2323
user='the-user',
@@ -42,7 +42,7 @@ The `BasicAuthentication` class can be used to connect to a LDAP-configured Pres
4242
cluster:
4343
```python
4444
import presto
45-
conn=presto.dbapi.connect(
45+
conn = presto.dbapi.connect(
4646
host='coordinator url',
4747
port=8443,
4848
user='the-user',

0 commit comments

Comments
 (0)