diff options
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/library.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index 5f4ff17..a89eaa2 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -697,7 +697,9 @@ quoted using :func:`urllib.parse.urlencode`. For example, to send >>> urllib.parse.urlencode({'name': 'Guy Steele, Jr.'}) 'name=Guy+Steele%2C+Jr.' -.. seealso:: :ref:`urllib-howto` for extensive examples. +.. seealso:: + + :ref:`urllib-howto` for extensive examples. What module should I use to help with generating HTML? |