Skip to content

Commit

Permalink
fix: minor issue in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Sep 25, 2022
1 parent a013681 commit c91d58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ impl PySchema {
///
/// :rtype: List[Tuple[str, str]]
/// :return: a tuple of strings for each invariant. The first string is the
/// field path and the second is the SQL of the invariant.
/// field path and the second is the SQL of the invariant.
#[getter]
fn invariants(self_: PyRef<'_, Self>) -> PyResult<Vec<(String, String)>> {
let super_ = self_.as_ref();
Expand Down

0 comments on commit c91d58e

Please sign in to comment.