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 cbbde09 commit 105b78eCopy full SHA for 105b78e
docs/source/builtin_types.rst
@@ -13,7 +13,7 @@ Type Description
13
``bytes`` 8-bit string
14
``object`` an arbitrary object (``object`` is the common base class)
15
``List[str]`` list of ``str`` objects
16
-``Tuple[int, int]`` tuple of two ``int``s (``Tuple[()]`` is the empty tuple)
+``Tuple[int, int]`` tuple of two ``int`` objects (``Tuple[()]`` is the empty tuple)
17
``Tuple[int, ...]`` tuple of an arbitrary number of ``int`` objects
18
``Dict[str, int]`` dictionary from ``str`` keys to ``int`` values
19
``Iterable[int]`` iterable object containing ints
0 commit comments