mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
Fix various typos.
The typos and their corrections were found with the aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
@@ -45,7 +45,7 @@ def slow(slowness_reason):
|
||||
'''
|
||||
This is a decorate that annotates a test as being "known
|
||||
to be slow." The decorator will set expected_run_time and slowness_reason
|
||||
as atributes of the function. Other code can use this annotation
|
||||
as attributes of the function. Other code can use this annotation
|
||||
as needed, e.g. to exclude these tests in "fast" mode.
|
||||
'''
|
||||
def decorator(f):
|
||||
|
||||
Reference in New Issue
Block a user