mirror of
https://github.com/python/cpython.git
synced 2026-04-26 13:50:54 +00:00
gh-145194: Fix typing in re tokenizer example (#145198)
This commit is contained in:
parent
8e43f3d117
commit
bd7352d807
1 changed files with 1 additions and 1 deletions
|
|
@ -1953,7 +1953,7 @@ successive matches::
|
|||
|
||||
class Token(NamedTuple):
|
||||
type: str
|
||||
value: str
|
||||
value: int | float | str
|
||||
line: int
|
||||
column: int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue