Skip to content

Commit df4c5c0

Browse files
committed
Fix wrong/unclear grammar in test_instance_dir docstring
1 parent 0e311bf commit df4c5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deprecation/test_cmd_git.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def test_class_dir() -> None:
383383
def test_instance_dir() -> None:
384384
"""dir() on Git objects includes its statically known attributes.
385385
386-
This is like test_class_dir, but for Git instance rather than the class itself.
386+
This is like test_class_dir, but for Git instances rather than the class itself.
387387
"""
388388
instance = Git()
389389
actual = set(dir(instance))

0 commit comments

Comments
 (0)