We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14642d commit 2eba637Copy full SHA for 2eba637
7 - dealing with errors/advanced/logging-decorator.py
@@ -9,7 +9,7 @@ def create_logger():
9
logger = logging.getLogger('exc_logger')
10
logger.setLevel(logging.INFO)
11
12
- #c reate a file to store all the
+ # create a file to store all the
13
# logged exceptions
14
logfile = logging.FileHandler('exc_logger.log')
15
0 commit comments