mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
codespell: Fix typos caught by codespell.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 7b4a74cc4d)
This commit is contained in:
committed by
Tim Abbott
parent
8e1ebede1b
commit
3a2a217fa0
@@ -35,7 +35,7 @@ helpers = ZulipTestCase()
|
||||
def openapi_param_value_generator(
|
||||
endpoints: List[str],
|
||||
) -> Callable[[Callable[[], Dict[str, object]]], Callable[[], Dict[str, object]]]:
|
||||
"""This decorator is used to register OpenAPI param value genarator functions
|
||||
"""This decorator is used to register OpenAPI param value generator functions
|
||||
with endpoints. Example usage:
|
||||
|
||||
@openapi_param_value_generator(["/messages/render:post"])
|
||||
|
||||
Reference in New Issue
Block a user