mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	codespell: Fix typos caught by codespell.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		| @@ -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