Skip to content

Commit

Permalink
Fix documentation for task registration example (#1443)
Browse files Browse the repository at this point in the history
Fix documentation by correcting function name in task registration example

Co-authored-by: Itay Etelis <[email protected]>
  • Loading branch information
Etelis and Itay Etelis authored Dec 19, 2024
1 parent c46b7fe commit b0286d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/adding_task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,5 @@ To register the task to the catalog
from unitxt import add_to_catalog
add_to_local_catalog(task,"tasks.calculator.sum")
add_to_catalog(task,"tasks.calculator.sum")

0 comments on commit b0286d7

Please sign in to comment.