8000 Revise docstrings within git.repo · gitpython-developers/GitPython@b2b6f7c · GitHub
[go: up one dir, main page]

Skip to content

Commit b2b6f7c

Browse files
committed
Revise docstrings within git.repo
1 parent 0c8ca1a commit b2b6f7c

File tree

3 files changed

+366
-235
lines changed

3 files changed

+366
-235
lines changed

git/repo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This module is part of GitPython and is released under the
22
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
33

4-
"""Initialize the Repo package."""
4+
"""Initialize the repo package."""
55

66
from .base import Repo as Repo # noqa: F401

0 commit comments

Comments
 (0)
0