Skip to content

Commit b93f2a9

Browse files
authored
docs(projects): fix typo in code sample
Fixes #630
1 parent 7f09666 commit b93f2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/projects.rst

+1-1
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-
gl.projects.import_project(open('/tmp/export.tgz', 'rb'), 'my_new_project')
250+
ouput = 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)