Skip to content

Commit fa2885e

Browse files
committed
fix editor fat finger typo during the merge. #vim
1 parent c7d1581 commit fa2885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/re/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def _compile(pattern, flags):
313313
"without an obvious purpose. "
314314
"Don't use it.",
315315
DeprecationWarning)
316-
p = _COMPiler.compile(pattern, flags)
316+
p = _compiler.compile(pattern, flags)
317317
if flags & DEBUG:
318318
return p
319319
if len(_cache) >= _MAXCACHE:

0 commit comments

Comments
 (0)