We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfa064 commit d6f6401Copy full SHA for d6f6401
README.rst
@@ -4,8 +4,9 @@ validators
4
Python data validation for Humans.
5
6
Python has all kinds of data validation tools, but every one of them seems to
7
-require defining a schema / form. I wanted to create a simple validation library
8
-where validating a simple value does not require defining a form or a schema.
+require defining a schema or form. I wanted to create a simple validation
+library where validating a simple value does not require defining a form or a
9
+schema.
10
11
12
::
0 commit comments