Skip to content

Commit c7be514

Browse files
committed
Clarify a sentence thanks to Andre Roberge.
1 parent 933a2fd commit c7be514

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

stdlibchanges.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ style guides are followed and that the proper tests have been written.
9494

9595
The module needs to have been out in the community for at least a year. Because
9696
of Python's conservative nature when it comes to backwards-compatibility, when
97-
a module its API becomes frozen. This means that a module should only enter the
98-
stdlib when it is mature and gone through its "growing pains".
97+
a module is added to the stdlib its API becomes frozen. This means that a module
98+
should only enter the stdlib when it is mature and gone through its
99+
"growing pains".
99100

100101
The module needs to be considered best-of-breed. When something is included in
101102
the stdlib it tends to be chosen first for products over other third-party

0 commit comments

Comments
 (0)