Minor typo fix. ("Widnows" -> "Windows")
This commit is contained in:
parent
3f37ea8e2b
commit
903749c0fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue