From 505fec6badba0622bbf97bb659188c3d62a9bc58 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 18 Apr 2020 07:46:05 -0700 Subject: Capitalized Unicode in docs, strings, and comments. --- django/utils/encoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/utils/encoding.py') diff --git a/django/utils/encoding.py b/django/utils/encoding.py index 080b63d214..e1ebacef47 100644 --- a/django/utils/encoding.py +++ b/django/utils/encoding.py @@ -157,7 +157,7 @@ _hextobyte = { for fmt in ['%02x', '%02X'] } # And then everything above 128, because bytes ≥ 128 are part of multibyte -# unicode characters. +# Unicode characters. _hexdig = '0123456789ABCDEFabcdef' _hextobyte.update({ (a + b).encode(): bytes.fromhex(a + b) -- cgit v1.3