Skip to content

Commit c8ab4a5

Browse files
authored
Merge pull request #2096 from xinydev/fix-docs
fix multi_line_output_modes docs
2 parents 790bb06 + ee477e9 commit c8ab4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/multi_line_output_modes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from third_party import (
3636
lib1,
3737
lib2,
3838
lib3,
39-
lib4,
39+
lib4
4040
)
4141
```
4242

@@ -93,7 +93,7 @@ from third_party import (
9393

9494
## 9 - Vertical Prefix From Module Import
9595

96-
Starts a new line with the same `from MODULE import ` prefix when lines are longer than the line length limit.
96+
Starts a new line with the same `from MODULE import` prefix when lines are longer than the line length limit.
9797

9898
```python
9999
from third_party import lib1, lib2, lib3

0 commit comments

Comments
 (0)