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