summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Gagnon <12717218+pgagnon@users.noreply.github.com>2019-05-27 13:45:24 -0400
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-27 10:45:24 -0700
commita8e814db96ebfeb1f58bc471edffde2176c0ae05 (patch)
tree1501c65dcfc924afc4145d172f456b0a960b700c
parentcc1c582f6fe450ce1c7de849137039e9b5fab8eb (diff)
downloadcpython-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.md2
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
).