Skip to content

Commit c664ae4

Browse files
committed
Update README
1 parent 6577b2b commit c664ae4

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
@@ -91,7 +91,7 @@ def multi_source_example(
9191
)
9292
```
9393

94-
The above example will accept parameters passed to the route through Route, Query, and JSON Body. Validation options must be specified on each constructor in order to be processed.
94+
The above example will accept parameters passed to the route through Route, Query, and JSON Body.
9595

9696
#### Type Hints and Accepted Input Types
9797
Type Hints allow for inline specification of the input type of a parameter. Some types are only available to certain `Parameter` subclasses.

0 commit comments

Comments
 (0)