bpo-33878: Doc: Fix missing case by simplifying. by JulienPalard · Pull Request #7762 · python/cpython
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.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Nov 11, 2018The 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. (cherry picked from commit 082875d) Co-authored-by: Julien Palard <julien@palard.fr>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Nov 12, 2018The 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. (cherry picked from commit 082875d) Co-authored-by: Julien Palard <julien@palard.fr>
JulienPalard added a commit that referenced this pull request
Nov 12, 2018The 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. (cherry picked from commit 082875d) Co-authored-by: Julien Palard <julien@palard.fr>
JulienPalard added a commit that referenced this pull request
Nov 12, 2018The 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. (cherry picked from commit 082875d) Co-authored-by: Julien Palard <julien@palard.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters