mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
re.Match.lastgroup is str rather than AnyStr (#6776)
This commit is contained in:
@@ -574,7 +574,7 @@ class Match(Generic[AnyStr]):
|
||||
pos: int
|
||||
endpos: int
|
||||
lastindex: int | None
|
||||
lastgroup: AnyStr | None
|
||||
lastgroup: str | None
|
||||
string: AnyStr
|
||||
|
||||
# The regular expression object whose match() or search() method produced
|
||||
|
||||
Reference in New Issue
Block a user