diff options
| author | varkor <github@varkor.com> | 2018-05-21 18:57:49 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-05-21 18:57:54 +0100 |
| commit | 2fa22effb6e1dd3b3e2e587ec5fcabefe2eb3443 (patch) | |
| tree | 512d4d77b9d2669e2eef75b8e0ee55d7c3450998 /src/libcore | |
| parent | c51f00280205d476651ff9f9a46cff6645b411a2 (diff) | |
| download | rust-2fa22effb6e1dd3b3e2e587ec5fcabefe2eb3443.tar.gz rust-2fa22effb6e1dd3b3e2e587ec5fcabefe2eb3443.zip | |
Avoid counting characters and add explanatory comment to test
Diffstat (limited to 'src/libcore')
| -rwxr-xr-x | src/libcore/unicode/unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/unicode/unicode.py b/src/libcore/unicode/unicode.py index 1da5878c4c6..07f873b13c0 100755 --- a/src/libcore/unicode/unicode.py +++ b/src/libcore/unicode/unicode.py @@ -21,7 +21,7 @@ # - UnicodeData.txt # # Since this should not require frequent updates, we just store this -# out-of-line and check the unicode.py file into git. +# out-of-line and check the tables.rs file into git. import fileinput, re, os, sys, operator, math, datetime |
