mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:49:50 +00:00
chore: remove repetitive words (#10952)
This commit is contained in:
parent
49d9ad4c7e
commit
f9214f95bb
2 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ pub const fn empty_line() -> Line {
|
|||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// The line breaks are emitted as spaces if the enclosing `Group` fits on a a single line:
|
||||
/// The line breaks are emitted as spaces if the enclosing `Group` fits on a single line:
|
||||
/// ```
|
||||
/// use ruff_formatter::{format, format_args};
|
||||
/// use ruff_formatter::prelude::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue