File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ The transaction is created when the first SQL statement is executed.
381381exits 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
386386If you enable the flag `experimental_python_types` , the client will convert the results of the query to the
387387corresponding 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
514514Feel free to create an issue as it makes your request visible to other users and contributors.
515515
You can’t perform that action at this time.
0 commit comments