Skip to content

Commit d6f6401

Browse files
committed
Replace slash with 'or'
1 parent 1dfa064 commit d6f6401

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ validators
44
Python data validation for Humans.
55

66
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.
7+
require defining a schema or form. I wanted to create a simple validation
8+
library where validating a simple value does not require defining a form or a
9+
schema.
910

1011

1112
::

0 commit comments

Comments
 (0)