-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Description
See here:
The example return value is "rerun", "R", ("RERUN", {"yellow": True}), while the return type is documented as
Tuple[str, str, Union[str, Mapping[str, bool]]]which don't match.
I'm assuming the return type should be
Tuple[str, str, Union[str, Tuple[str, Mapping[str, bool]]]]Or something?
Also some clearer documentation on how the third element of the tuple is sued would be great.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
