Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 4888d80

Browse files
authored
Fix BoolOp python.org link (#37)
Noticed https://docs.python.org/3/library/ast.html#ast.boolop wasn't working.
1 parent 4d03b9b commit 4888d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/src/generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ impl Node for ExprContext {
18201820
const FIELD_NAMES: &'static [&'static str] = &[];
18211821
}
18221822

1823-
/// See also [boolop](https://docs.python.org/3/library/ast.html#ast.boolop)
1823+
/// See also [boolop](https://docs.python.org/3/library/ast.html#ast.BoolOp)
18241824
#[derive(Clone, Debug, PartialEq, is_macro::Is, Copy, Hash, Eq)]
18251825
pub enum BoolOp {
18261826
And,

0 commit comments

Comments
 (0)