docs: restore docs for the view

This commit is contained in:
2023-12-15 14:45:07 +02:00
parent e784032bc6
commit 58e702213d
11 changed files with 30 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ class Validate(Handler):
Returns:
dict[str, Any]: schema with added elements from source schema if they were set before and not presented
in the new one. Note, that schema will be modified in-place
in the new one. Note, that schema will be modified in-place
"""
for key, value in source.items():
if key not in schema: