8000 Fix RunVar docstring typo (#479) · IBMZ-Linux-OSS-Python/anyio@74c74cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 74c74cf

Browse files
authored
Fix RunVar docstring typo (agronholm#479)
1 parent fb24d71 commit 74c74cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anyio/lowlevel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __init__(self, var: RunVar[T], value: T | Literal[_NoValueSet.NO_VALUE_SET])
9393

9494
class RunVar(Generic[T]):
9595
"""
96-
Like a :class:`~contextvars.ContextVar`, expect scoped to the running event loop.
96+
Like a :class:`~contextvars.ContextVar`, except scoped to the running event loop.
9797
"""
9898

9999
__slots__ = "_name", "_default"

0 commit comments

Comments
 (0)
0