add missing words
This commit is contained in:
parent
56d867d8e3
commit
77a0b8d7e2
|
@ -38,9 +38,9 @@ to participate in the wider Python ecosystem is important for 3 primary
|
|||
reasons:
|
||||
|
||||
1. The Python 2.x to 3.x migration has a number of painpoints that are eased by
|
||||
a number of third party modules such as six [#six]_, [#modernize]_, or
|
||||
[#future]_. However relying on these tools requires that everyone who uses
|
||||
the project have a tool to install these packages.
|
||||
a number of third party modules such as six [#six]_, modernize [#modernize]_,
|
||||
or future [#future]_. However relying on these tools requires that everyone
|
||||
who uses the project have a tool to install these packages.
|
||||
2. In addition to tooling to aid in migration from Python 2.x to 3.x, there are
|
||||
also a number of modules that are *new* in Python 3 for which there are
|
||||
backports available on PyPI. This can also aid in the ability for people
|
||||
|
|
Loading…
Reference in New Issue