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:
Thomas A Caswell 2019-02-14 11:29:06 -05:00 committed by Steve Dower
parent c66c90d0a9
commit cccaba9b8e
1 changed files with 3 additions and 3 deletions

View File

@ -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