docs: Fix spelling errors caught by codespell.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-08-10 16:47:44 -07:00
committed by Tim Abbott
parent 2928bbc8bd
commit 60a25b2721
46 changed files with 64 additions and 64 deletions

View File

@@ -191,7 +191,7 @@ class ZulipTestCase(TestCase):
url, query_data = self.extract_api_suffix_url(url)
if len(query_data) != 0:
# In some cases the query parameters are defined in the url itself. In such cases
# The `data` argument of our function is not used. Hence get `data` arguement
# The `data` argument of our function is not used. Hence get `data` argument
# from url.
data = query_data
response_validated = validate_against_openapi_schema(content, url, method, str(result.status_code))