diff options
Diffstat (limited to 'Lib/secrets.py')
-rw-r--r-- | Lib/secrets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/secrets.py b/Lib/secrets.py index a546efb..900381a 100644 --- a/Lib/secrets.py +++ b/Lib/secrets.py @@ -2,7 +2,7 @@ managing secrets such as account authentication, tokens, and similar. See PEP 506 for more information. -https://www.python.org/dev/peps/pep-0506/ +https://peps.python.org/pep-0506/ """ |