mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Add missing backticks from rustdoc (#3112)
This commit is contained in:
parent
e37e9c2ca3
commit
48005d87f8
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ define_violation!(
|
|||
/// ```python
|
||||
/// if isinstance(obj, (int, float)):
|
||||
/// pass
|
||||
/// ```
|
||||
///
|
||||
/// ## References
|
||||
/// * [Python: "isinstance"](https://docs.python.org/3/library/functions.html#isinstance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue