| commit | 082875dcd6d482558e5f1da97a1c801d60b3ed5b | [log] [tgz] |
|---|---|---|
| author | Julien Palard <julien@palard.fr> | Mon Nov 12 00:59:39 2018 +0100 |
| committer | GitHub <noreply@github.com> | Mon Nov 12 00:59:39 2018 +0100 |
| tree | c568e83cc6ea81875331cd889695acfbf206d7b6 | |
| parent | 5f2df88b63e50d23914e97ec778861a52abdeaad [diff] |
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) The documentation was not covering multiple targets enclosed by parenthesis nor multiple targets enclosed by brackets, adding them all would be heavy, an else cover them all and is lighter to read.