diff options
author | Philippe Gagnon <12717218+pgagnon@users.noreply.github.com> | 2019-05-27 13:45:24 -0400 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-27 10:45:24 -0700 |
commit | a8e814db96ebfeb1f58bc471edffde2176c0ae05 (patch) | |
tree | 1501c65dcfc924afc4145d172f456b0a960b700c | |
parent | cc1c582f6fe450ce1c7de849137039e9b5fab8eb (diff) | |
download | cpython-git-a8e814db96ebfeb1f58bc471edffde2176c0ae05.tar.gz |
Fix a typo in SECURITY.md (GH-13568)
There is a duplicated "in" in the Supported Versions text.
-rw-r--r-- | .github/SECURITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 23976fda4a..28aea94662 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -The Python team applies security fixes according to the table in +The Python team applies security fixes according to the table in [the devguide]( https://devguide.python.org/#status-of-python-branches ). |