We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31a9ee commit a6163d5Copy full SHA for a6163d5
Notes/08_Testing_debugging/02_Logging.md
@@ -4,7 +4,7 @@
4
5
This section briefly introduces the logging module.
6
7
-### `logging` Module
+### logging Module
8
9
The `logging` module is a standard library module for recording
10
diagnostic information. It's also a very large module with a lot of
@@ -54,7 +54,7 @@ except ValueError as e:
54
55
Neither solution is satisfactory because you often want *both* behaviors (user selectable).
56
57
-### Using `logging`
+### Using logging
58
59
The `logging` module can address this.
60
0 commit comments