diff --git a/ast/src/generic.rs b/ast/src/generic.rs index 9f22e4e4..9bac6be1 100644 --- a/ast/src/generic.rs +++ b/ast/src/generic.rs @@ -1820,7 +1820,7 @@ impl Node for ExprContext { const FIELD_NAMES: &'static [&'static str] = &[]; } -/// See also [boolop](https://docs.python.org/3/library/ast.html#ast.boolop) +/// See also [boolop](https://docs.python.org/3/library/ast.html#ast.BoolOp) #[derive(Clone, Debug, PartialEq, is_macro::Is, Copy, Hash, Eq)] pub enum BoolOp { And,