Skip to content

Commit 406d210

Browse files
committed
Fix header level in README
1 parent bffa6dd commit 406d210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ The transaction is created when the first SQL statement is executed.
381381
exits the *with* context and the queries succeed, otherwise
382382
`trino.dbapi.Connection.rollback()` will be called.
383383

384-
# Improved Python types
384+
## Improved Python types
385385

386386
If you enable the flag `experimental_python_types`, the client will convert the results of the query to the
387387
corresponding Python types. For example, if the query returns a `DECIMAL` column, the result will be a `Decimal` object.
@@ -477,7 +477,7 @@ They pull a Docker image and then run a container with a Trino server:
477477
- the image is named `trinodb/trino:${TRINO_VERSION}`
478478
- the container is named `trino-python-client-tests-{uuid4()[:7]}`
479479

480-
### Releasing
480+
## Releasing
481481

482482
- [Set up your development environment](#Getting-Started-With-Development).
483483
- Check the local workspace is up to date and has no uncommitted changes
@@ -509,7 +509,7 @@ They pull a Docker image and then run a container with a Trino server:
509509
```
510510
- Send release announcement.
511511

512-
## Need Help?
512+
# Need Help?
513513

514514
Feel free to create an issue as it makes your request visible to other users and contributors.
515515

0 commit comments

Comments
 (0)