mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
fix typo (closes #20892)
This commit is contained in:
parent
18a364fc3d
commit
bfca3ca114
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ between Python 2 and 3 easier.
|
|||
Projects to Consider
|
||||
--------------------
|
||||
|
||||
The lowest level library for suppoting Python 2 & 3 simultaneously is six_.
|
||||
The lowest level library for supporting Python 2 & 3 simultaneously is six_.
|
||||
Reading through its documentation will give you an idea of where exactly the
|
||||
Python language changed between versions 2 & 3 and thus what you will want the
|
||||
library to help you continue to support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue