From: Philippe Gagnon <12717218+pgagnon@users.noreply.github.com> Date: Mon, 27 May 2019 17:45:24 +0000 (-0400) Subject: Fix a typo in SECURITY.md (GH-13568) X-Git-Tag: v3.8.0b1~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8e814db96ebfeb1f58bc471edffde2176c0ae05;p=thirdparty%2FPython%2Fcpython.git Fix a typo in SECURITY.md (GH-13568) There is a duplicated "in" in the Supported Versions text. --- 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 ).