Skip to content

Commit a6163d5

Browse files
committed
formatting
1 parent a31a9ee commit a6163d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notes/08_Testing_debugging/02_Logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This section briefly introduces the logging module.
66

7-
### `logging` Module
7+
### logging Module
88

99
The `logging` module is a standard library module for recording
1010
diagnostic information. It's also a very large module with a lot of
@@ -54,7 +54,7 @@ except ValueError as e:
5454

5555
Neither solution is satisfactory because you often want *both* behaviors (user selectable).
5656

57-
### Using `logging`
57+
### Using logging
5858

5959
The `logging` module can address this.
6060

0 commit comments

Comments
 (0)