From 8bbb42b4102b62b215ece59b8b6561af13891e9e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 16 Sep 2012 19:35:56 +0300 Subject: Fix various typos. https://fedorahosted.org/freeipa/ticket/3089 --- 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 c8471421..21e41060 100644 --- a/ipapython/log_manager.py +++ b/ipapython/log_manager.py @@ -877,7 +877,7 @@ class LogManager(object): The regular expression comparision is performed with the re.search() function which means the match can be located anywhere in the name string (as opposed to the start of - the the string). Do not forget to escape regular + the string). Do not forget to escape regular expression metacharacters when appropriate. For example dot ('.') is used to seperate loggers in a logging hierarchy path (e.g. a.b.c) -- cgit