From 5685b7cd73820f56a6763d96f1423a0bdfca7c05 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sat, 29 May 2021 03:51:14 -0700 Subject: Fixed typos in comments and docs. --- 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 39d44aed0d..19eb150ad7 100644 --- a/django/utils/encoding.py +++ b/django/utils/encoding.py @@ -160,7 +160,7 @@ def uri_to_iri(uri): if uri is None: return uri uri = force_bytes(uri) - # Fast selective unqote: First, split on '%' and then starting with the + # Fast selective unquote: First, split on '%' and then starting with the # second block, decode the first 2 bytes if they represent a hex code to # decode. The rest of the block is the part after '%AB', not containing # any '%'. Add that to the output without further processing. -- cgit v1.3