summaryrefslogtreecommitdiff
path: root/src/pip/_vendor/chardet/big5freq.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pip/_vendor/chardet/big5freq.py')
-rw-r--r--src/pip/_vendor/chardet/big5freq.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pip/_vendor/chardet/big5freq.py b/src/pip/_vendor/chardet/big5freq.py
index 38f32517a..87d9f972e 100644
--- a/src/pip/_vendor/chardet/big5freq.py
+++ b/src/pip/_vendor/chardet/big5freq.py
@@ -42,9 +42,9 @@
BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75
-#Char to FreqOrder table
+# Char to FreqOrder table
BIG5_TABLE_SIZE = 5376
-
+# fmt: off
BIG5_CHAR_TO_FREQ_ORDER = (
1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16
3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32
@@ -383,4 +383,4 @@ BIG5_CHAR_TO_FREQ_ORDER = (
890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360
2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376
)
-
+# fmt: on