Skip to content

Commit

Permalink
fix typo (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongukjae authored Jul 25, 2023
1 parent f872831 commit b2151e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfx_addons/model_card_generator/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ModelCardGenerator(BaseComponent):
that generates model cards.
The model cards are written to a `ModelCard` artifact that can be fetched
from the `outputs['model_card]'` property.
from the `outputs['model_card']` property.
Example:
Expand Down

0 comments on commit b2151e5

Please sign in to comment.