formatting

This commit is contained in:
David Beazley
2020-05-28 17:54:04 -05:00
parent a31a9ee0f4
commit a6163d5f55

View File

@@ -4,7 +4,7 @@
This section briefly introduces the logging module.
### `logging` Module
### logging Module
The `logging` module is a standard library module for recording
diagnostic information. It's also a very large module with a lot of
@@ -54,7 +54,7 @@ except ValueError as e:
Neither solution is satisfactory because you often want *both* behaviors (user selectable).
### Using `logging`
### Using logging
The `logging` module can address this.