commit 6fb44ca8dbc5df8c5641fa85540c96c71fe91fcf Author: teor teor@torproject.org Date: Fri Aug 2 09:25:34 2019 +1000
Travis: fix a comment typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 71081a3..ac5ee75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ matrix: - python: "3.7" ## Stable: 20 October 2019 ## (Switch from 3.8-dev to 3.8, and check for 3.9-dev) - ## End of Life: October2024 + ## End of Life: October 2024 ## https://www.python.org/dev/peps/pep-0569/#lifespan - python: "3.8-dev" - python: "nightly"
tor-commits@lists.torproject.org