summaryrefslogtreecommitdiff
path: root/natsort/unicode_numeric_hex.py
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-08-10 12:24:31 -0400
committerSeth M Morton <seth.m.morton@gmail.com>2018-08-10 15:03:25 -0400
commit9fe35c85624ebed1f1ad44694b618614576646dc (patch)
treee47dd074eca61143e3e5404653f915e9ee59b4d4 /natsort/unicode_numeric_hex.py
parentc556296ff88902354da9f73a3555b5be3facaba8 (diff)
downloadnatsort-9fe35c85624ebed1f1ad44694b618614576646dc.tar.gz
Improve docstrings for development.
Many of the utility functions had terse docstrings. All functions now have full docstrings that should help developers who want to contribute better understand what is going on. Some function names or arguments have been changed if it improved self-documentation.
Diffstat (limited to 'natsort/unicode_numeric_hex.py')
-rw-r--r--natsort/unicode_numeric_hex.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/natsort/unicode_numeric_hex.py b/natsort/unicode_numeric_hex.py
index 0a74144..56c69d6 100644
--- a/natsort/unicode_numeric_hex.py
+++ b/natsort/unicode_numeric_hex.py
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
"""
-Rather than determine what unicode characters are numeric on the fly which
-would incur a startup runtime penalty, the hex values are hard-coded below.
+Contains all possible non-ASCII unicode numbers.
"""
+# Rather than determine what unicode characters are numeric on the fly which
+# would incur a startup runtime penalty, the hex values are hard-coded below.
numeric_hex = (
0XB2,
0XB3,