Skip to content

Commit

Permalink
Put quotation marks around "Title" in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLindblad committed Dec 5, 2024
1 parent 5aa6d9b commit 97a205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sycamore/sycamore/transforms/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class ArynPartitioner(Partitioner):
output_label_options: A dictionary for configuring output label behavior. It supports two options:
promote_title, a boolean specifying whether to pick the largest element by font size on the first page
from among the elements that are of a type specified in title_candidate_elements and promote it to
type Title if there is no element on the first page of type Title already.
type "Title" if there is no element on the first page of type "Title" already.
title_candidate_elements, a list of strings representing the label types allowed to be promoted to
a title.
Here is an example set of output label options:
Expand Down

0 comments on commit 97a205a

Please sign in to comment.