mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 21:14:55 -04:00
Fix some spelling mistakes / typos. (#7811)
This commit is contained in:
parent
53ee214f2f
commit
38e1fac886
31 changed files with 41 additions and 40 deletions
|
@ -516,7 +516,7 @@ class CacheListDescriptor(_CacheDescriptorBase):
|
|||
"""
|
||||
Args:
|
||||
orig (function)
|
||||
cached_method_name (str): The name of the chached method.
|
||||
cached_method_name (str): The name of the cached method.
|
||||
list_name (str): Name of the argument which is the bulk lookup list
|
||||
num_args (int): number of positional arguments (excluding ``self``,
|
||||
but including list_name) to use as cache keys. Defaults to all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue