Skip to content

Commit d196271

Browse files
committed
Update src/posit/connect/resources.py
1 parent a070f0a commit d196271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posit/connect/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(self, ctx: Context, parent: Optional["Active"] = None, **kwargs):
9191

9292

9393
T_co = TypeVar("T_co", bound="Active", covariant=True)
94-
"""A covariant type variable that is bound to the `Active` class, meaning that `T_co` must be or derive from `Active`."""
94+
"""A covariant type variable that is bound to the `Active` class and must inherit from it."""
9595

9696

9797
class ActiveSequence(ABC, Generic[T_co], Sequence[T_co]):

0 commit comments

Comments
 (0)