From dd6645afa92d456b483747769cf72b2457113e21 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 15 Jun 2016 21:48:55 +0300 Subject: Fix minor typos Reviewed-By: Petr Spacek --- ipapython/log_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython') diff --git a/ipapython/log_manager.py b/ipapython/log_manager.py index 3190574cf..0ab7a2281 100644 --- a/ipapython/log_manager.py +++ b/ipapython/log_manager.py @@ -872,7 +872,7 @@ class LogManager(object): List of (regexp, level) tuples. This is a an ordered list regular expressions used to match against a logger name to configure the logger's level. The first regexp in the - sequence which matches the logger name will use the the + sequence which matches the logger name will use the level bound to that regexp to set the logger's level. If no regexp matches the logger name then the logger will be assigned the default_level. -- cgit