Skip to content

Commit 20cf9bb

Browse files
committed
Docs: Clarify that separate_names=False will return a list with a single IngredientText object.
1 parent 03343cb commit 20cf9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/explanation/postprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The post-processing to obtain the ingredient names is similar to above, but with
5555
The output of this function is a list of :class:`IngredientText` objects, one for each ingredient names.
5656

5757
If ``separate_names`` is set to False, then all the NAME_* label types are treated as a single NAME label and the post-processing is the same for the SIZE, PREP, PURPOSE and COMMENT labels.
58-
This will return a single :class:`IngredientText` object.
58+
This will return a list containing a single :class:`IngredientText` object.
5959

6060
Amount
6161
^^^^^^

0 commit comments

Comments
 (0)