mirror of https://github.com/astral-sh/ruff
Fix bidirectional-unicode formatting (#4445)
This commit is contained in:
parent
2414469ac3
commit
1fe6954150
|
|
@ -35,7 +35,7 @@ const BIDI_UNICODE: [char; 10] = [
|
||||||
///
|
///
|
||||||
/// ## Example
|
/// ## Example
|
||||||
/// ```python
|
/// ```python
|
||||||
/// s = "א" * 100 # "א" is assigned
|
/// s = "א" * 100 # "א" is assigned
|
||||||
/// print(s) # prints a 100-character string
|
/// print(s) # prints a 100-character string
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue