Skip to content

Commit

Permalink
fix: dev: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Dec 29, 2019
1 parent df65531 commit df9a611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eyed3/utils/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Logger(logging.Logger):
def __init__(self, name):
logging.Logger.__init__(self, name)

# Using propogation of child to parent, by default
# Using propagation of child to parent, by default
self.propagate = True
self.setLevel(logging.NOTSET)

Expand Down Expand Up @@ -45,7 +45,7 @@ def initLogging():

logging.basicConfig()

# Don't propgate base 'eyed3'
# Don't propagate base 'eyed3'
log.propagate = False

console_handler = logging.StreamHandler()
Expand Down

0 comments on commit df9a611

Please sign in to comment.