]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo in documentation.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 25 Jun 2014 06:30:46 +0000 (07:30 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 25 Jun 2014 06:30:46 +0000 (07:30 +0100)
Doc/howto/logging.rst

index 0387bea4e1e9a45d2d65604eb904219997f43a3a..4ce14f98addc1b5e6992124e95f9c808793ed800 100644 (file)
@@ -1027,7 +1027,7 @@ You can write code like this::
 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