File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/ruff_python_formatter/src/expression/string Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -637,11 +637,11 @@ enum CodeExampleAddAction<'src> {
637
637
///
638
638
/// This is guaranteed to be non-empty.
639
639
code : Vec < CodeExampleLine < ' src > > ,
640
- /// When set, the line is considered not part of any code example
641
- /// and should be formatted as if the `Ignore` action were returned.
640
+ /// When set, the line is considered not part of any code example and
641
+ /// should be formatted as if the [`Print`] action were returned.
642
642
/// Otherwise, if there is no line, then either one does not exist
643
643
/// or it is part of another code example and should be treated as a
644
- /// `Kept` action.
644
+ /// [ `Kept`] action.
645
645
original : Option < DocstringLine < ' src > > ,
646
646
} ,
647
647
}
You can’t perform that action at this time.
0 commit comments