mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Close unclosed code block in documentation (#5934)
## Summary Closes an unclosed code block such that the rule documentation renders properly. ## Test Plan `mkdocs serve -f mkdocs.generated.yml`
This commit is contained in:
parent
4759ffc994
commit
4e681070dc
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ use crate::settings::types::PythonVersion;
|
|||
/// ```python
|
||||
/// # Evaluates to "foo".
|
||||
/// "bar foo baz".removeprefix("bar ").removesuffix(" baz")
|
||||
/// ```
|
||||
///
|
||||
/// ## Options
|
||||
/// - `target-version`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue