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

Commitb21fa28

Browse files
authored
Merge pull request#721 from purificant/fix_typo
fix tiny typo
2 parentse58d2a8 +2023875 commitb21fa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/gl_objects/projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ generated by GitLab you need to:
247247

248248
Import the project::
249249

250-
ouput = gl.projects.import_project(open('/tmp/export.tgz', 'rb'), 'my_new_project')
250+
output = gl.projects.import_project(open('/tmp/export.tgz', 'rb'), 'my_new_project')
251251
# Get a ProjectImport object to track the import status
252252
project_import = gl.projects.get(output['id'], lazy=True).imports.get()
253253
while project_import.import_status != 'finished':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp