mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
[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:
committed by
GitHub
parent
1b2301c009
commit
a52c8cbbf5
+1
-1
@@ -1880,7 +1880,7 @@ successive matches::
|
||||
|
||||
class Token(NamedTuple):
|
||||
type: str
|
||||
value: str
|
||||
value: int | float | str
|
||||
line: int
|
||||
column: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user