Skip to content

Commit 475bd8e

Browse files
committed
I think fix the build issues?
Sorry I can't test I can't get make installed
1 parent a33030f commit 475bd8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-0718.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ Explicit specialisation will restrict the set of available overloads
234234
reveal_type(make[int](1)) # type is int
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
237-
Functions Parameterized by ``TypeVarTuple``s
238-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239-
Currently type checkers disallow the use of multiple ``TypeVarTuple``s in it's generic
240-
parameters, however it is currently valid to have a function as such
237+
Functions Parameterized by ``TypeVarTuple``\ s
238+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
239+
Currently type checkers disallow the use of multiple ``TypeVarTuple`` \s in it's
240+
generic parameters, however it is currently valid to have a function as such
241241

242242
.. code-block:: python
243243

0 commit comments

Comments
 (0)