Fix typo
This commit is contained in:
@@ -54,7 +54,7 @@ an integer. You can specify an exact code-point value using the following escap
|
|||||||
a = '\xf1' # a = 'ñ'
|
a = '\xf1' # a = 'ñ'
|
||||||
b = '\u2200' # b = '∀'
|
b = '\u2200' # b = '∀'
|
||||||
c = '\U0001D122' # c = '𝄢'
|
c = '\U0001D122' # c = '𝄢'
|
||||||
d = '\N{FORALL}' # d = '∀'
|
d = '\N{FOR ALL}' # d = '∀'
|
||||||
```
|
```
|
||||||
|
|
||||||
The [Unicode Character Database](https://unicode.org/charts) is a reference for all
|
The [Unicode Character Database](https://unicode.org/charts) is a reference for all
|
||||||
|
|||||||
Reference in New Issue
Block a user