PEP-551: change title of "Rejected Advice" section (#894)
"Rejected Advice" sounds like the section will contain false statements that should not be followed, instead it contains true statements about things you should not do. Change the title to "Things not to do" to be clearer that these are correct advice but of a negative sense.
This commit is contained in:
parent
c66c90d0a9
commit
cccaba9b8e
|
@ -417,8 +417,8 @@ Since ``importlib``'s use of ``open_for_import`` may be easily bypassed
|
||||||
with monkeypatching, an audit hook **should** be used to detect
|
with monkeypatching, an audit hook **should** be used to detect
|
||||||
attribute changes on type objects.
|
attribute changes on type objects.
|
||||||
|
|
||||||
Rejected Advice
|
Things not to do
|
||||||
===============
|
================
|
||||||
|
|
||||||
This section discusses common or "obviously good" recommendations that
|
This section discusses common or "obviously good" recommendations that
|
||||||
we are specifically *not* making. These range from useless or incorrect
|
we are specifically *not* making. These range from useless or incorrect
|
||||||
|
|
Loading…
Reference in New Issue