Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3786307

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 ofgit.objects.util.__doc__, as expected.)
1 parentf89d065 commit3786307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/util.py

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp