Skip to content

Commit

Permalink
fix tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Feb 28, 2019
1 parent e58d2a8 commit 2023875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/projects.rst
Expand Up @@ -247,7 +247,7 @@ generated by GitLab you need to:

Import the project::

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

0 comments on commit 2023875

Please sign in to comment.