[Python-checkins] peps: fix grammar

ethan.furman python-checkins at python.org
Tue Jan 5 15:12:35 EST 2016


https://hg.python.org/peps/rev/2f85b091045e
changeset:   6148:2f85b091045e
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Tue Jan 05 12:12:27 2016 -0800
summary:
  fix grammar

files:
  pep-0008.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -1301,7 +1301,7 @@
         """Embezzle funds from account using fake receipts."""
         <code goes here>
 
-  The _mypy_ type checker [6]_ currently support this syntax, and other
+  The _mypy_ type checker [6]_ currently supports this syntax, and other
   type checkers are encouraged to adopt it.
 
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list