Skip to content

Commit ec600dc

Browse files
author
remimd
committed
doc
1 parent 91e911e commit ec600dc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

documentation/scoped-dependencies.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ can be retrieved by other dependencies within that scope.
5656
This is particularly useful for request-scoped dependencies in web applications, where you need to make request-specific
5757
data available throughout the request lifecycle.
5858

59-
### Usage
59+
> Usage
6060
6161
```python
6262
from dataclasses import dataclass
@@ -76,8 +76,6 @@ def process_request(request: Request) -> None:
7676
...
7777
```
7878

79-
### Async version
80-
8179
For asynchronous contexts, use `adefine`:
8280

8381
```python

0 commit comments

Comments
 (0)