We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d783eab commit 8002df6Copy full SHA for 8002df6
1 file changed
screenplain/parsers/fountain.py
@@ -285,7 +285,7 @@ def parse_body(source):
285
return paragraphs
286
287
288
-def parse_title_page(lines): # -> dict[str, list[str]] | None: # python 3.10+
+def parse_title_page(lines): # -> dict[str, list[str]] | None: # python 3.10+
289
"""Parse the title page.
290
291
Spec: http://fountain.io/syntax#section-titlepage
0 commit comments