Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fca335 commit dd66141Copy full SHA for dd66141
Notes/01_Introduction/04_Strings.md
@@ -54,7 +54,7 @@ an integer. You can specify an exact code-point value using the following escap
54
a = '\xf1' # a = 'ñ'
55
b = '\u2200' # b = '∀'
56
c = '\U0001D122' # c = '𝄢'
57
-d = '\N{FORALL}' # d = '∀'
+d = '\N{FOR ALL}' # d = '∀'
58
```
59
60
The [Unicode Character Database](https://unicode.org/charts) is a reference for all
0 commit comments