codespell: Fix typos caught by codespell.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 7b4a74cc4d)
This commit is contained in:
Anders Kaseorg
2023-10-09 11:41:12 -07:00
committed by Tim Abbott
parent 8e1ebede1b
commit 3a2a217fa0
15 changed files with 16 additions and 16 deletions

View File

@@ -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"])