Cleanup: Grammar: it's vs its

This commit is contained in:
Hans Goudey
2023-06-13 14:51:49 -04:00
parent 58d2c7386d
commit 7d935f94f3
13 changed files with 20 additions and 20 deletions

View File

@@ -77,7 +77,7 @@ def temp_fn_argument_extractor(
mod_attr: str,
) -> Generator[List[Tuple[Tuple[Tuple[Any], ...], Dict[str, Dict[str, Any]]]], None, None]:
"""
Temporarily intercept a function, so it's arguments can be extracted.
Temporarily intercept a function, so its arguments can be extracted.
The context manager gives us a list where each item is a tuple of
arguments & keywords, stored each time the function was called.
"""