Fix bidirectional-unicode formatting (#4445)

This commit is contained in:
Charlie Marsh 2023-05-15 18:36:25 -04:00 committed by GitHub
parent 2414469ac3
commit 1fe6954150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
/// ```
///