From 86e8c9dd4a5ccbda0ae400a7118da8e863803402 Mon Sep 17 00:00:00 2001 From: bhumijgupta Date: Sat, 29 Jun 2019 16:44:55 +0530 Subject: [PATCH] Update revision to 2f8f1ec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 273b042..2b87e29 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Whenever the original PEP 8 at python.org gets updated we need to migrate these To migrate the latest changes from the original PEP 8 source do the following: -* Look at the [source control history for the original PEP 8](https://github.com/python/peps/commits/master/pep-0008.txt) and compare it with what's live on pep8.org. (As of 2019-06 we're tracking rev `e0436e9`.) +* Look at the [source control history for the original PEP 8](https://github.com/python/peps/commits/master/pep-0008.txt) and compare it with what's live on pep8.org. (As of 2019-06 we're tracking rev `2f8f1ec`.) * Apply the missing changes to `index.html` and create a pull-request to get them reviewed and live on pep8.org