summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-03-21 11:34:55 +0100
committeruser <user@node5.net>2024-03-21 11:34:55 +0100
commit467b5b4089457f897263f718205412b18135462f (patch)
tree8501ec06b917144e7391514d4d2acdc986f808b4
parentb0d5cc65e57b6679260beb828fd5a6c17844ea38 (diff)
logging - fix typo
-rw-r--r--How-to/Python/Logging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/How-to/Python/Logging.md b/How-to/Python/Logging.md
index 67e9a77..867dc20 100644
--- a/How-to/Python/Logging.md
+++ b/How-to/Python/Logging.md
@@ -73,7 +73,7 @@ $ python /tmp/1.py
 <span style="color:grey">2024-03-17 14:09:06,411,411 DEBUG    [1.py:37] debug message</span>
 <span style="color:var(--main-color)">2024-03-17 14:09:06,411,411 INFO     [1.py:38] info message</span>
 <span style="color:yellow">2024-03-17 14:09:06,411,411 WARNING  [1.py:39] warning message</span>
-<span style="color:red">2024-03-17 14:09:06,411,411 ERROR    [1.py:40] error message</span>p>
+<span style="color:red">2024-03-17 14:09:06,411,411 ERROR    [1.py:40] error message</span>
 <span style="font-weight: bold; color:red">2024-03-17 14:09:06,411,411 CRITICAL [1.py:41] critical message</span>
 </pre>