Skip to content

Commit

Permalink
Fix typo in docstring (#44)
Browse files Browse the repository at this point in the history
<!-- 
Thanks for opening a pull request to prefect-great-expectations 🎉!

We've got a few requests to help us review contributions:

- Make sure that your title neatly summarizes the proposed changes.
- Provide a short overview of the change and the value it adds.
- Share an example to help us understand the change in user experience.
- Run `pre-commit install && pre-commit run --all` for linting.

Happy engineering!
-->

<!-- Include an overview here -->

<!-- Link to issue -->
Closes #

### Example
<!-- 
Share an example of the change in action.

A code blurb is best. Changes to features should include an example that
is executable by a new user.
-->

### Checklist
<!-- These boxes may be checked after opening the pull request. -->

- [ ] This pull request references any related issue by including
"Closes #<ISSUE_NUMBER>"
- If no issue exists and your change is not a small fix, please [create
an
issue](https://github.com/PrefectHQ/prefect-great-expectations/issues/new/choose)
first.
- [X] This pull request includes tests or only affects documentation.
- [ ] Summarized PR's changes in
[CHANGELOG.md](https://github.com/PrefectHQ/prefect-great-expectations/blob/main/CHANGELOG.md)
  • Loading branch information
discdiver authored Oct 24, 2023
1 parent 7f77b3d commit d70eecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_great_expectations/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run_checkpoint_validation(
checkpoint: A Checkpoint object to use for validation. Overrides
`checkpoint_name` if both are provided.
checkpoint_kwargs: A dictionary with values used to provide configuration to
the task's Checkpint at runtime. Keys should match the parameters of
the task's Checkpoint at runtime. Keys should match the parameters of
`CheckpointConfig`.
data_context_root_dir: Path to the great_expectations directory.
data_context: A DataContext object to use during validation. Overrides
Expand Down

0 comments on commit d70eecf

Please sign in to comment.