Skip to content

Commit

Permalink
Merge pull request #721 from purificant/fix_typo
Browse files Browse the repository at this point in the history
fix tiny typo
  • Loading branch information
gpocentek committed Mar 1, 2019
2 parents e58d2a8 + 2023875 commit b21fa28
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 b21fa28

Please sign in to comment.