Skip to content

Commit 9036d55

Browse files
committed
fix
1 parent 1533329 commit 9036d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pep.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Basic operators
585585
number ``Idx`` to ``T`` when interpreted as ``Base``, or ``Never``
586586
if it cannot be. (That is, if we have ``class A(B[C]): ...``, then
587587
``GetArg[A, B, Literal[0]] == C``
588-
while ``GetArg[A, A, Literal[0]] == Never``).
588+
while ``GetArg[A, A, Literal[0]] == Never``).
589589

590590
Negative indexes work in the usual way.
591591

0 commit comments

Comments
 (0)