Skip to content

Commit

Permalink
Update docs/api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Sep 23, 2024
1 parent 4e7f32e commit 4cc6c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ There are two kinds of properties: *decoded* and *encoded* (with
Note that ``%25`` is also not decoded to avoid issues with double unquoting
of values. e.g. You can unquote the value with
``URL.path_safe.replace("%2F", "/").replace("%25", %")`` to get the same
result as :meth:`URL.path_safe`. If the ``%25`` was unquoted, it would be
result as :meth:`URL.path`. If the ``%25`` was unquoted, it would be
impossible to tell the difference between ``%2F`` and ``%252F``.

.. attribute:: URL.path_qs
Expand Down

0 comments on commit 4cc6c8b

Please sign in to comment.