Skip to content

Commit 3786307

Browse files
committed
Make git.objects.util module docstring more specific
So git.objects.util is less likely to be confused with git.util. (The modattrs.py script reveals the change in the value of git.objects.util.__doc__, as expected.)
1 parent f89d065 commit 3786307

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."""
6+
"""General utility functions for working with git objects."""
77

88
__all__ = (
99
"get_object_type_by_name",

0 commit comments

Comments
 (0)