Skip to content

Commit bef0e25

Browse files
committed
Update FastAPI URL
1 parent 141c15d commit bef0e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contextvars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This context is safe to be used both in threaded as well as asynchronous code.
2222
:::{warning}
2323
Since the storage mechanics of your context variables is different for each concurrency method, they are _isolated_ from each other.
2424

25-
This can be a problem in hybrid applications like those based on [Starlette](https://www.starlette.io) (this [includes FastAPI](https://github.com/tiangolo/fastapi/discussions/5999)) where context variables set in a synchronous context don't appear in logs from an async context and vice versa.
25+
This can be a problem in hybrid applications like those based on [Starlette](https://www.starlette.io) (this [includes FastAPI](https://github.com/fastapi/fastapi/discussions/5999)) where context variables set in a synchronous context don't appear in logs from an async context and vice versa.
2626
:::
2727

2828
The general flow is:

0 commit comments

Comments
 (0)