gh-145194: Fix typing in re tokenizer example (#145198)

This commit is contained in:
Vikash Kumar 2026-04-23 08:10:10 +05:30 committed by GitHub
parent 8e43f3d117
commit bd7352d807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1953,7 +1953,7 @@ successive matches::
class Token(NamedTuple):
type: str
value: str
value: int | float | str
line: int
column: int