mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-17 22:08:28 +00:00
Fix bidirectional-unicode formatting (#4445)
This commit is contained in:
parent
2414469ac3
commit
1fe6954150
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const BIDI_UNICODE: [char; 10] = [
|
|||
///
|
||||
/// ## Example
|
||||
/// ```python
|
||||
/// s = "א" * 100 # "א" is assigned
|
||||
/// s = "א" * 100 # "א" is assigned
|
||||
/// print(s) # prints a 100-character string
|
||||
/// ```
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue