Skip to content

Commit

Permalink
Fix: Correct grammar in Task class method description
Browse files Browse the repository at this point in the history
Corrected the grammatical issue in the sentence describing the methods of The Task class. Specifically, added the missing preposition "to" in the phrase "applying processing operations to the data" to improve readability and correctness.
  • Loading branch information
vinayakrana authored Dec 17, 2024
1 parent 0c45de0 commit 355b71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/task.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"metadata": {},
"source": [
"### Task methods\n",
"The `Task` class also contains methods for applying processing operations the data (like removing NaNs, adding batch dimensions, etc.).\n",
"The `Task` class also contains methods for applying processing operations to the data (like removing NaNs, adding batch dimensions, etc.).\n",
"These operations will be recorded in the order they were applied the `\"ops\"` entry of the `Task`.\n",
"Operations can be chained together, for example:"
]
Expand Down

0 comments on commit 355b71f

Please sign in to comment.