summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 18c5681515..6542f26476 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -282,7 +282,7 @@ The functions defined in this module share the following properties:
:class:`~pathlib.Path`.
This method will encode certain characters that would normally be
- recognized as special characters for URIs. Note that this method does not
+ recognized as special characters for URIs. Note that this method does not
encode the ' character, as it is a valid character within URIs. See
``encodeURIComponent()`` JavaScript function for more details.