Kaydet (Commit) e0799362 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #24525: Add missing word. Patch by Vincent Legoll.

üst 3dd3d7c6
...@@ -296,7 +296,7 @@ Utility functions ...@@ -296,7 +296,7 @@ Utility functions
.. note:: .. note::
urllib also exposes certain utility functions like splittype, splithost and urllib also exposes certain utility functions like splittype, splithost and
others parsing url into various components. But it is recommended to use others parsing url into various components. But it is recommended to use
:mod:`urlparse` for parsing urls than using these functions directly. :mod:`urlparse` for parsing urls rather than using these functions directly.
Python 3 does not expose these helper functions from :mod:`urllib.parse` Python 3 does not expose these helper functions from :mod:`urllib.parse`
module. module.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment