Skip to content

Commit

Permalink
Merge pull request #49 from rvm-xx/master
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
TomAugspurger committed Nov 1, 2017
2 parents 022cfa3 + cd30a6c commit ee3fc9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ decorators

This file provides a nice API for each of the checks, designed to fit
seamlessly into an ETL pipeline. Each of the functions defined here
can be applied to a functino that returns a DataFrame.
can be applied to a function that returns a DataFrame.

3 changes: 2 additions & 1 deletion engarde/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,5 +297,6 @@ def is_same_as(df, df_to_compare, **kwargs):

__all__ = ['is_monotonic', 'is_same_as', 'is_shape', 'none_missing',
'unique_index', 'within_n_std', 'within_range', 'within_set',
'has_dtypes', 'verify', 'verify_all', 'verify_any']
'has_dtypes', 'verify', 'verify_all', 'verify_any',
'one_to_many','is_same_as',]

3 changes: 2 additions & 1 deletion engarde/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,6 @@ def wrapper(*args, **kwargs):

__all__ = ['is_monotonic', 'is_same_as', 'is_shape', 'none_missing',
'unique_index', 'within_range', 'within_set', 'has_dtypes',
'verify', 'verify_all', 'verify_any', 'within_n_std']
'verify', 'verify_all', 'verify_any', 'within_n_std',
'one_to_many','is_same_as',]

0 comments on commit ee3fc9d

Please sign in to comment.