improve wording in documentation

This commit is contained in:
2022-12-02 15:45:01 +02:00
parent 7aa91f9e2e
commit 262462d3c3
51 changed files with 73 additions and 70 deletions

View File

@ -101,7 +101,7 @@ class BaseView(View):
get non-empty value from request parameters
Args:
extractor(Callable[[str], T]): function to get value by key
extractor(Callable[[str], T]): function to get value by the specified key
key(str): key to extract value
Returns: