Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63476b2

Browse files
committed
update the unicode ranges
1 parent 9d76804 commit 63476b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
# write this). With below range we cover them all, with a density of ~67%
271271
# biggest next gap we consider only adds up about 1% density and there are 600
272272
# gaps that would need hard coding.
273-
_UNICODE_RANGES = [(32, 0x323B0), (0xE0001, 0xE01F0)]
273+
_UNICODE_RANGES = [(32, 0x3347A), (0xE0001, 0xE01F0)]
274274

275275
# Public API
276276
__all__ = ["Completer", "IPCompleter"]

0 commit comments

Comments
 (0)