Minor typo fix. ("Widnows" -> "Windows")

This commit is contained in:
Larry Hastings 2015-09-13 06:51:13 +01:00
parent 3f37ea8e2b
commit 903749c0fe
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Features for 3.5
* 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