Skip to content

Commit

Permalink
Update connections_and_transactions.md (#571)
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
glebinsky committed Sep 9, 2023
1 parent d047d40 commit 2d05618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connections_and_transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def create_users(request):

Transaction state is tied to the connection used in the currently executing asynchronous task.
If you would like to influence an active transaction from another task, the connection must be
shared. This state is _inherited_ by tasks that are share the same connection:
shared. This state is _inherited_ by tasks that share the same connection:

```python
async def add_excitement(connnection: databases.core.Connection, id: int):
Expand Down

0 comments on commit 2d05618

Please sign in to comment.