We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc2572 commit 14426e2Copy full SHA for 14426e2
docs/spec/generics.rst
@@ -338,7 +338,7 @@ Instantiating generic classes and type erasure
338
----------------------------------------------
339
340
User-defined generic classes can be instantiated. Suppose we write
341
-a ``Node`` class using the new generic class syntax::
+a ``Node`` class::
342
343
class Node[T]:
344
...
0 commit comments