Rename endpoint, format

This commit is contained in:
Ádám Kovács
2023-12-08 07:41:47 +01:00
parent dd92fbc62f
commit fd5fc9e5f8
27 changed files with 781 additions and 117 deletions

View File

@@ -12,7 +12,7 @@ floating-point support).
from _typeshed import Incomplete, Incomplete as Incomplete
from typing import Any, List, Optional
class array:
class array(List):
"""
Create array with elements of given type. Initial contents of the
array are given by *iterable*. If it is not provided, an empty