Skip to content
Prev Previous commit
Next Next commit
Update Lib/re/sre_compile.py
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
  • Loading branch information
serhiy-storchaka and arhadthedev authored Mar 30, 2022
commit 9abbc7015ec9806843b8996c9eb08bd8c2abb037
2 changes: 1 addition & 1 deletion Lib/re/sre_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
#
# See the sre.py file for information on usage and redistribution.
# See the re.py file for information on usage and redistribution.
#

"""Internal support module for sre"""
Expand Down