Skip to content

Commit bf90807

Browse files
committed
Update README.md
1 parent dc64efd commit bf90807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pointblank is a table validation and testing library for Python. It helps you en
1818

1919
## Getting Started
2020

21-
Let's take a Polars DataFrame and validate it against a set of constraints. We do that using the `pb.Validate` class and its collection of validation methods:
21+
Let's take a Polars DataFrame and validate it against a set of constraints. We do that by using the `pb.Validate` class and its collection of validation methods:
2222

2323
```python
2424
import pointblank as pb

0 commit comments

Comments
 (0)