We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1533329 commit 9036d55Copy full SHA for 9036d55
1 file changed
pep.rst
@@ -585,7 +585,7 @@ Basic operators
585
number ``Idx`` to ``T`` when interpreted as ``Base``, or ``Never``
586
if it cannot be. (That is, if we have ``class A(B[C]): ...``, then
587
``GetArg[A, B, Literal[0]] == C``
588
- while ``GetArg[A, A, Literal[0]] == Never``).
+ while ``GetArg[A, A, Literal[0]] == Never``).
589
590
Negative indexes work in the usual way.
591
0 commit comments