Skip to content

Commit 9bbbcb5

Browse files
committed
Further improve git.objects.util module docstring
1 parent 31f89a1 commit 9bbbcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/objects/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This module is part of GitPython and is released under the
44
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
55

6-
"""General utility functions for working with git objects."""
6+
"""Utility functions for working with git objects."""
77

88
__all__ = (
99
"get_object_type_by_name",

0 commit comments

Comments
 (0)