[Python-checkins] peps: Minor typo fix. ("Widnows" -> "Windows")

larry.hastings python-checkins at python.org
Sun Sep 13 07:51:33 CEST 2015


https://hg.python.org/peps/rev/a26d291b320c
changeset:   6056:a26d291b320c
user:        Larry Hastings <larry at hastings.org>
date:        Sun Sep 13 06:51:13 2015 +0100
summary:
  Minor typo fix.  ("Widnows" -> "Windows")

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


diff --git a/pep-0478.txt b/pep-0478.txt
--- a/pep-0478.txt
+++ b/pep-0478.txt
@@ -66,7 +66,7 @@
 * PEP 479, change StopIteration handling inside generators
 * PEP 484, the typing module, a new standard for type annotations
 * PEP 485, math.isclose(), a function for testing approximate equality
-* PEP 486, making the Widnows Python launcher aware of virtual environments
+* PEP 486, making the Windows Python launcher aware of virtual environments
 * PEP 488, eliminating .pyo files
 * PEP 489, a new and improved mechanism for loading extension modules
 * PEP 492, coroutines with async and await syntax

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


More information about the Python-checkins mailing list