Skip to content

Commit 14363fb

Browse files
0xsirsaifraddevon
authored andcommitted
Minor changes (#413)
* usage.rst & asyncio_client.rst * Update docs/api/asyncio_client.rst Co-authored-by: Devon Campbell <devon@radworks.io> --------- Co-authored-by: Devon Campbell <devon@radworks.io>
1 parent 65c9c37 commit 14363fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/api/asyncio_client.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ transaction), so we have to redo all the work done.
557557
Generally it's recommended to not execute any long running
558558
code within the transaction unless absolutely necessary.
559559

560-
Transactions allocate expensive server resources and having
561-
too many concurrently running long-running transactions will
560+
Transactions allocate expensive server resources, and having
561+
too many concurrent long-running transactions will
562562
negatively impact the performance of the DB server.
563563

564564
To rollback a transaction that is in progress raise an exception.

docs/usage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ types and vice versa. See :ref:`edgedb-python-datatypes` for details.
7878
Client connection pools
7979
-----------------------
8080

81-
For server-type type applications that handle frequent requests and need
82-
the database connection for a short period time while handling a request,
81+
For server-type applications that handle frequent requests and need
82+
the database connection for a short period of time while handling a request,
8383
the use of a connection pool is recommended. Both :py:class:`edgedb.Client`
8484
and :py:class:`edgedb.AsyncIOClient` come with such a pool.
8585

0 commit comments

Comments
 (0)