Skip to content

Commit 1aa86b4

Browse files
committed
typo
1 parent 32f8507 commit 1aa86b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-project/example-project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
logger.error('Oops! An error occurred!')
4646

4747
# Send critical level log about critical events in runtime using the critical() method
48-
logger.critical('Its not working, needs to be fixes ASP!')
48+
logger.critical('Its not working, needs to be fixed ASAP!')
4949

5050
# Send exception level log about errors in runtime using the exception() method
5151
# Error level log will be sent. Exception info is added to the logging message.

0 commit comments

Comments
 (0)