gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor-python] branch master updated: typo


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: typo
Date: Sun, 17 Jun 2018 16:21:18 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libextractor-python.

The following commit(s) were added to refs/heads/master by this push:
     new 718687d  typo
718687d is described below

commit 718687d529021466d7be8820397f4079015d8b80
Author: Nils Gillmann <address@hidden>
AuthorDate: Sun Jun 17 14:21:49 2018 +0000

    typo
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 libextractor/examples/__main__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libextractor/examples/__main__.py 
b/libextractor/examples/__main__.py
index d28b6e1..43c0ca2 100644
--- a/libextractor/examples/__main__.py
+++ b/libextractor/examples/__main__.py
@@ -38,7 +38,7 @@ xtract = extractor.Extractor()
 logger = logging.getLogger()
 logger.setLevel(logging.DEBUG)
 
-formatter = logging.Formater('%(asctime)s %(levelname)s - %(message)s')
+formatter = logging.Formatter('%(asctime)s %(levelname)s - %(message)s')
 
 fh = logging.FileHandler('log.txt')
 fh.setLevel(logging.DEBUG)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]