File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import data_validation_framework as dvf
3535
3636
3737class ValidationTask1 (dvf .task .ElementValidationTask ):
38- """ Use the class dosctring to describe the specifications of the ValidationTask1."""
38+ """ Use the class docstring to describe the specifications of the ValidationTask1."""
3939
4040 output_columns = {" col_name" : None }
4141
@@ -53,7 +53,7 @@ class ValidationTask1(dvf.task.ElementValidationTask):
5353
5454
5555def external_validation_function (df , output_path , * args , ** kwargs ):
56- # Update the dataset inplace here by seting values to the 'is_valid' column.
56+ # Update the dataset inplace here by setting values to the 'is_valid' column.
5757 # The 'ret_code' and 'comment' values are optional, they will be added to the report
5858 # in order to help the user to understand why the dataset did not pass the validation.
5959
You can’t perform that action at this time.
0 commit comments