Skip to content

Commit 6049b1c

Browse files
[STYLE] Added missing language fence to markdown (- WIP PR #429 -)
Changes in file docs/FAQ.md: * style fixes
1 parent 5639e7c commit 6049b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ sequenceDiagram
363363
> will be first and still be-able to intercept the module's `logging.LogRecords` just as it
364364
> normally would.
365365
366-
```
366+
```python3
367367
import logging
368368
multicast_logging_sink = logging.getLogger()
369369
multicast_logging_sink.setLevel(logging.INFO) # optional, otherwise the module is very quiet

0 commit comments

Comments
 (0)