Skip to content

Commit bd36a62

Browse files
committed
Fix title too short
1 parent 475bd8e commit bd36a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0718.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Explicit specialisation will restrict the set of available overloads
235235
reveal_type(make[int]("foo", "bar")) # Invalid: no overload for `make[int](x:str, y: str)` found, a similar overload exists but explicit specialisation prevented its use
236236
237237
Functions Parameterized by ``TypeVarTuple``\ s
238-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
238+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239239
Currently type checkers disallow the use of multiple ``TypeVarTuple`` \s in it's
240240
generic parameters, however it is currently valid to have a function as such
241241

0 commit comments

Comments
 (0)