### Documentation For the code below in [Type aliases](https://docs.python.org/3/library/typing.html#type-aliases) section, the abstract term [simple assignment](https://docs.python.org/3/reference/simple_stmts.html#) is used so it should be replaced with the specific term [assignment statement](https://docs.python.org/3/reference/simple_stmts.html#assignment-statements): ```python Vector = list[float] ``` <!-- gh-linked-prs --> ### Linked PRs * gh-145527 <!-- /gh-linked-prs -->