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

Commite8e45ea

Browse files
committed
Fix line length and docstring
1 parentf2b0bdd commite8e45ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎github3/git.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def update(self, sha, force=False):
222222
(required), sha of the reference
223223
:param bool force:
224224
(optional), force the update or not
225-
:returns
225+
:returns:
226226
True if successful, False otherwise
227227
:rtype:
228228
bool

‎github3/repos/commit.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ def _update_attributes(self, commit):
4141
)
4242

4343
#: :class:`Commit <github3.git.Commit>`.
44-
self.commit=self._class_attribute(commit,'commit',git.ShortCommit,self)
44+
self.commit=self._class_attribute(
45+
commit,'commit',git.ShortCommit,self,
46+
)
4547

4648
self.sha=self._get_attribute(commit,'sha')
4749

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp