Merge branch 'laurentS:master' into master

This commit is contained in:
Colin Delahunty
2023-07-12 07:19:15 -07:00
committed by GitHub

View File

@@ -776,7 +776,7 @@ class Limiter:
def limit(
self,
limit_value: Union[str, Callable[[str], str]],
limit_value: StrOrCallableStr,
key_func: Optional[Callable[..., str]] = None,
per_method: bool = False,
methods: Optional[List[str]] = None,