Skip to content

Commit c8eaeb2

Browse files
authored
Merge pull request #634 from python-gitlab/docs/project-typo
docs(projects): fix typo in code sample Closes #630
2 parents c72a87a + b93f2a9 commit c8eaeb2

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-
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)