commit | 8a7f1f4b0ffddf230864ebf16b481546970dd9c2 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Feb 23 10:16:56 2018 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 23 10:16:56 2018 -0800 |
tree | 166db70c52439d7b27a8c103a83a12a5478ea1ea | |
parent | 61bd4d2e6319a3c5c3b9ce5f807b44a45cc1d4a1 [diff] |
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) `whilst` and `while` are both english words, `whilst` is not as commonly used. This can be confusing to readers whose primary language is not english. (cherry picked from commit 98f42aac23f3863973cb6e9964c5212cfd3a1d98) Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>