mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Correct Some value is incorrect
(#13418)
This commit is contained in:
parent
17e90823da
commit
7c2011599f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ use crate::registry::Rule;
|
|||
/// ```console
|
||||
/// Traceback (most recent call last):
|
||||
/// File "tmp.py", line 2, in <module>
|
||||
/// raise RuntimeError("Some value is incorrect")
|
||||
/// raise RuntimeError("'Some value' is incorrect")
|
||||
/// RuntimeError: 'Some value' is incorrect
|
||||
/// ```
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue