diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-04-04 07:53:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 07:53:26 (GMT) |
commit | 1578f06c1c69fbbb942b90bfbacd512784b599fa (patch) | |
tree | 3eaa8a117b90da84859618d5a16bdb213a2edf59 /Lib/re | |
parent | 4216dce04b7d3f329beaaafc82a77c4ac6cf4d57 (diff) | |
download | cpython-1578f06c1c69fbbb942b90bfbacd512784b599fa.zip cpython-1578f06c1c69fbbb942b90bfbacd512784b599fa.tar.gz cpython-1578f06c1c69fbbb942b90bfbacd512784b599fa.tar.bz2 |
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Diffstat (limited to 'Lib/re')
-rw-r--r-- | Lib/re/_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/re/_constants.py b/Lib/re/_constants.py index 5317fd5..327ba54 100644 --- a/Lib/re/_constants.py +++ b/Lib/re/_constants.py @@ -234,7 +234,7 @@ if __name__ == "__main__": * * Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved. * - * See the _sre.c file for information on usage and redistribution. + * See the sre.c file for information on usage and redistribution. */ """) |