Skip to content

Commit 8002df6

Browse files
committed
Two spaces before commented out code
1 parent d783eab commit 8002df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

screenplain/parsers/fountain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def parse_body(source):
285285
return paragraphs
286286

287287

288-
def parse_title_page(lines): # -> dict[str, list[str]] | None: # python 3.10+
288+
def parse_title_page(lines): # -> dict[str, list[str]] | None: # python 3.10+
289289
"""Parse the title page.
290290
291291
Spec: http://fountain.io/syntax#section-titlepage

0 commit comments

Comments
 (0)