We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e311bf commit df4c5c0Copy full SHA for df4c5c0
test/deprecation/test_cmd_git.py
@@ -383,7 +383,7 @@ def test_class_dir() -> None:
383
def test_instance_dir() -> None:
384
"""dir() on Git objects includes its statically known attributes.
385
386
- 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.
387
"""
388
instance = Git()
389
actual = set(dir(instance))
0 commit comments