You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/explanation/postprocessing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The post-processing to obtain the ingredient names is similar to above, but with
55
55
The output of this function is a list of :class:`IngredientText` objects, one for each ingredient names.
56
56
57
57
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.
0 commit comments