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