Skip to content

Commit e36d9dd

Browse files
authored
🤖 correct TypeVarTuple naming in copilot instructions (#764)
2 parents 74479b4 + 2e3a98c commit e36d9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/copilot-instructions.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ information.
1212
## Type annotations
1313

1414
Use `A | B` instead of `Union[A, B]`.
15-
Use `*Tss` instead of `Unpack[Tss]`.
15+
Use `*Ts` instead of `Unpack[Ts]`.
1616
Use `type[T]` and `list[T]` instead of `Type[T]` and `List[T]`.
1717
Import `Sequence`, `Mapping`, `Iterable`, `Iterator`, `Generator`, and `Callable` from
1818
`collections.abc` instead of `typing`.

0 commit comments

Comments
 (0)