📝 Update documentation to refer to list instead of List (#1147)

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: svlandeg <svlandeg@github.com>
This commit is contained in:
bubbletroubles
2025-03-01 00:58:52 +11:00
committed by GitHub
parent a82c3fe964
commit 1bd5f27ed4
5 changed files with 8 additions and 8 deletions

View File

@@ -183,7 +183,7 @@ And this ends up *requiring* the same **circular imports** that are not supporte
But these **type annotations** we want to declare are not needed at *runtime*.
In fact, remember that we used `List["Hero"]`, with a `"Hero"` in a string?
In fact, remember that we used `list["Hero"]`, with a `"Hero"` in a string?
For Python, at runtime, that is **just a string**.