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