| commit | 72089f33c0aed391f047b1cbaf19d8da1e51c167 | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Oct 02 12:32:56 2021 -0700 |
| committer | GitHub <noreply@github.com> | Sat Oct 02 14:32:56 2021 -0500 |
| tree | 972aecf2f59602644e274b4145be3a261c81e766 | |
| parent | 22cf6a2f2347b7d4f11e45e557beace55acc79b5 [diff] [blame] |
bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698)
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index e21151b..d84c841 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst
@@ -1266,7 +1266,7 @@ the pattern matches the subject. ``body`` contains a list of nodes to execute if the pattern matches and - the result of evaluating the guard expression is truthy. + the result of evaluating the guard expression is true. .. doctest::