Skip to content

Commit

Permalink
Fix typo in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 16, 2022
1 parent b63b555 commit c765dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkintermd/log.py
Expand Up @@ -29,7 +29,7 @@ def create_logger():

# Example Usage
#
# import tkintermd.log as logg
# import tkintermd.log as logger
#
# logger = log.create_logger()
# logger.debug("DEBUG")
Expand Down

0 comments on commit c765dbd

Please sign in to comment.