Show More
@@ -9,9 +9,8 b' With this, now IPython provides complete suggestions to unicode name symbols.' | |||||
9 | As on the PR, if user types '\LAT<tab>', IPython provides a list of |
|
9 | As on the PR, if user types '\LAT<tab>', IPython provides a list of | |
10 | possible completions. In this case, it would be something like: |
|
10 | possible completions. In this case, it would be something like: | |
11 |
|
11 | |||
12 | ('LAT', |
|
12 | 'LATIN CAPITAL LETTER A', | |
13 |
|
|
13 | 'LATIN CAPITAL LETTER B', | |
14 |
|
|
14 | 'LATIN CAPITAL LETTER C', | |
15 |
|
|
15 | 'LATIN CAPITAL LETTER D', | |
16 | 'LATIN CAPITAL LETTER D', |
|
16 | .... | |
17 | .... No newline at end of file |
|
General Comments 0
You need to be logged in to leave comments.
Login now