summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-08-09 20:05:35 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-08-09 20:05:35 (GMT)
commitea54b03b1e8c457b55db36ee7dc9300327c2a0b8 (patch)
tree8295aedc54bf9ecc7920da3a23854f801d0bd112 /Doc/library/logging.rst
parentc3ce882c752d5b78062a526ea1a16ec2edd03144 (diff)
downloadcpython-ea54b03b1e8c457b55db36ee7dc9300327c2a0b8.zip
cpython-ea54b03b1e8c457b55db36ee7dc9300327c2a0b8.tar.gz
cpython-ea54b03b1e8c457b55db36ee7dc9300327c2a0b8.tar.bz2
Merged revisions 83900 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. ........
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index e6832fe..2dddc18 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -2126,7 +2126,7 @@ supports sending logging messages to a Web server, using either ``GET`` or
.. method:: emit(record)
- Sends the record to the Web server as an URL-encoded dictionary.
+ Sends the record to the Web server as a percent-encoded dictionary.
.. _formatter-objects: