Skip to content

Commit

Permalink
Fix wrong/unclear grammar in test_instance_dir docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Mar 29, 2024
1 parent 0e311bf commit df4c5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deprecation/test_cmd_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def test_class_dir() -> None:
def test_instance_dir() -> None:
"""dir() on Git objects includes its statically known attributes.
This is like test_class_dir, but for Git instance rather than the class itself.
This is like test_class_dir, but for Git instances rather than the class itself.
"""
instance = Git()
actual = set(dir(instance))
Expand Down

0 comments on commit df4c5c0

Please sign in to comment.