Skip to content

Commit 14426e2

Browse files
Update docs/spec/generics.rst
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent 9cc2572 commit 14426e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/generics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Instantiating generic classes and type erasure
338338
----------------------------------------------
339339

340340
User-defined generic classes can be instantiated. Suppose we write
341-
a ``Node`` class using the new generic class syntax::
341+
a ``Node`` class::
342342

343343
class Node[T]:
344344
...

0 commit comments

Comments
 (0)