https://github.com/python/cpython/commit/a8e814db96ebfeb1f58bc471edffde2176c0ae05 commit: a8e814db96ebfeb1f58bc471edffde2176c0ae05 branch: master author: Philippe Gagnon <12717218+pgagnon at users.noreply.github.com> committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> date: 2019年05月27日T10:45:24-07:00 summary: Fix a typo in SECURITY.md (GH-13568) There is a duplicated "in" in the Supported Versions text. files: M .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 23976fda4a7e..28aea946623c 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 ).