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

Commitdd210be

Browse files
author
Gauvain Pocentek
committed
typo
1 parent96bf2b1 commitdd210be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎gitlab.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self, url, private_token=None, email=None, password=None):
6666
self.password=password
6767

6868
defauth(self):
69-
"""Perform an authentication using either the private token, or the
69+
"""Performs an authentication using either the private token, or the
7070
email/password pair.
7171
7272
The user attribute will hold a CurrentUser object on success.
@@ -103,11 +103,11 @@ def setUrl(self, url):
103103
self._url='%s/api/v3'%url
104104

105105
defsetToken(self,token):
106-
"""Set the private token for authentication"""
106+
"""Sets the private token for authentication"""
107107
self.private_token=token
108108

109109
defsetCredentials(self,email,password):
110-
"""Set the email/login and password for authentication"""
110+
"""Sets the email/login and password for authentication"""
111111
self.email=email
112112
self.password=password
113113

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp