[Python-checkins] cpython (3.4): Fixed typo in documentation.

vinay.sajip python-checkins at python.org
Wed Jun 25 08:31:39 CEST 2014


http://hg.python.org/cpython/rev/77fbbb5a7306
changeset: 91391:77fbbb5a7306
branch: 3.4
parent: 91387:dce9dbc8e892
user: Vinay Sajip <vinay_sajip at yahoo.co.uk>
date: Wed Jun 25 07:30:46 2014 +0100
summary:
 Fixed typo in documentation.
files:
 Doc/howto/logging.rst | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -1027,7 +1027,7 @@
 so that if the logger's threshold is set above ``DEBUG``, the calls to
 :func:`expensive_func1` and :func:`expensive_func2` are never made.
 
-.. note:: In some cases, :meth:`~Logger.isEnabledFor` can iself be more
+.. note:: In some cases, :meth:`~Logger.isEnabledFor` can itself be more
 expensive than you'd like (e.g. for deeply nested loggers where an explicit
 level is only set high up in the logger hierarchy). In such cases (or if you
 want to avoid calling a method in tight loops), you can cache the result of a
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /