Skip to content

Commit 2eba637

Browse files
authored
Fix typo discovered by codespell
https://pypi.org/project/codespell
1 parent a14642d commit 2eba637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7 - dealing with errors/advanced/logging-decorator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def create_logger():
99
logger = logging.getLogger('exc_logger')
1010
logger.setLevel(logging.INFO)
1111

12-
#c reate a file to store all the
12+
# create a file to store all the
1313
# logged exceptions
1414
logfile = logging.FileHandler('exc_logger.log')
1515

0 commit comments

Comments
 (0)