Skip to content

Commit

Permalink
Fix make_legal_content docstring by using raw string
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Oct 18, 2015
1 parent c3d44db commit 2627212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srt.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def to_srt(self, strict=True):


def make_legal_content(content):
'''
r'''
Remove illegal content from a content block. Illegal content includes:
* Blank lines
Expand Down

0 comments on commit 2627212

Please sign in to comment.