mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Apply suggestions from code review
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
e3e8495b41
commit
678bc61086
|
@ -97,7 +97,7 @@ class AttributeFormat:
|
||||||
render_all_colors_within_values: when rendering a table, self.fg_color and self.bg_color are rendered in Wasabi.
|
render_all_colors_within_values: when rendering a table, self.fg_color and self.bg_color are rendered in Wasabi.
|
||||||
This argument is set to True when rendering a text to signal that colors should be rendered here.
|
This argument is set to True when rendering a text to signal that colors should be rendered here.
|
||||||
whole_row_fg_color: a foreground color used for the whole row. This takes precedence over value_dependent_fg_colors.
|
whole_row_fg_color: a foreground color used for the whole row. This takes precedence over value_dependent_fg_colors.
|
||||||
whole_row_bg_color: a background color used for the whole row. This takes precedence over value_dependent_fg_colors.
|
whole_row_bg_color: a background color used for the whole row. This takes precedence over value_dependent_bg_colors.
|
||||||
"""
|
"""
|
||||||
obj = token
|
obj = token
|
||||||
parts = self.attribute.split(".")
|
parts = self.attribute.split(".")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user