mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
typo
This commit is contained in:
@@ -10,7 +10,7 @@ If you're choosing a Python interpreter to use, I recommend you use the
|
|||||||
newest Python 3.x, since every version brings new and improved standard
|
newest Python 3.x, since every version brings new and improved standard
|
||||||
library modules, security and bug fixes.
|
library modules, security and bug fixes.
|
||||||
|
|
||||||
Only use Python 3 if you have a strong reason to, such as a Python 2
|
Only use Python 2 if you have a strong reason to, such as a Python 2
|
||||||
exclusive library which has no adequate, Python 3 ready alternative. Use
|
exclusive library which has no adequate, Python 3 ready alternative. Use
|
||||||
`Can I Use Python 3? <https://caniusepython3.com/>` to check if this is
|
`Can I Use Python 3? <https://caniusepython3.com/>` to check if this is
|
||||||
the case.
|
the case.
|
||||||
|
|||||||
Reference in New Issue
Block a user