[3.13] gh-145194: Fix typing in re tokenizer example (GH-145198) (#148898)

(cherry picked from commit bd7352d807)

Co-authored-by: Vikash Kumar <163628932+Vikash-Kumar-23@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot)
2026-04-23 04:46:31 +02:00
committed by GitHub
parent 1b2301c009
commit a52c8cbbf5
+1 -1
View File
@@ -1880,7 +1880,7 @@ successive matches::
class Token(NamedTuple):
type: str
value: str
value: int | float | str
line: int
column: int