Skip to content

Commit e58e4c7

Browse files
committed
Adjust for proper rendering by pdoc
1 parent 0be22b3 commit e58e4c7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/imcflibs/log.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
1313
The logging levels, in increasing order of importance, are:
1414
15-
10 DEBUG
16-
20 INFO
17-
30 WARN
18-
40 ERROR
19-
50 CRITICAL
15+
* 10 DEBUG
16+
* 20 INFO
17+
* 30 WARN
18+
* 40 ERROR
19+
* 50 CRITICAL
2020
"""
2121

22-
2322
import logging
2423

2524

0 commit comments

Comments
 (0)