Skip to content

Commit 2d05618

Browse files
authoredSep 9, 2023
Update connections_and_transactions.md (encode#571)
typo fix
1 parent d047d40 commit 2d05618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/connections_and_transactions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async def create_users(request):
100100

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

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

0 commit comments

Comments
 (0)