We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a070f0a commit d196271Copy full SHA for d196271
src/posit/connect/resources.py
@@ -91,7 +91,7 @@ def __init__(self, ctx: Context, parent: Optional["Active"] = None, **kwargs):
91
92
93
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`."""
+"""A covariant type variable that is bound to the `Active` class and must inherit from it."""
95
96
97
class ActiveSequence(ABC, Generic[T_co], Sequence[T_co]):
0 commit comments