Skip to content

Commit 779febf

Browse files
committed
added description
1 parent 8f35cf0 commit 779febf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tex_linebreaker/line_breaker.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env python3
2+
#
3+
# Adds new line in between sentences separated by periods. Respects existing line breaks, tries to respect indentation.
4+
5+
26
from typing import List
37
import os
48
import shutil

0 commit comments

Comments
 (0)