Skip to content

Commit c510356

Browse files
Fix typos in README (#4)
1 parent a8f6414 commit c510356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import data_validation_framework as dvf
3535

3636

3737
class 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

5555
def 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

0 commit comments

Comments
 (0)