diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 6ed285c4b11..a46fd424581 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -1953,7 +1953,7 @@ successive matches:: class Token(NamedTuple): type: str - value: str + value: int | float | str line: int column: int