Skip to content

Commit 9ef1edc

Browse files
donbarbossrittau
andauthored
Update _regex_core.pyi
Co-authored-by: Sebastian Rittau <[email protected]>
1 parent 948340c commit 9ef1edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/regex/regex/_regex_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ W = RegexFlag.W
119119
X = RegexFlag.X
120120
T = RegexFlag.T
121121

122-
DEFAULT_VERSION = VERSION0
122+
DEFAULT_VERSION = VERSION1
123123

124124
_Lexicon: TypeAlias = list[tuple[AnyStr, Callable[[Scanner[AnyStr], AnyStr], Any]]]
125125

0 commit comments

Comments
 (0)