summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2018-11-19 08:45:37 +0100
committerGitHub <noreply@github.com>2018-11-19 08:45:37 +0100
commitb93f2a9ea9661521878ac45d70c7bd9a5a470548 (patch)
treeec1a0de706983922cad693f0ba890c052ce9a5f5
parent7f09666eb200526d7293cb42e6c9fda5c41beb87 (diff)
downloadgitlab-docs/project-typo.tar.gz
docs(projects): fix typo in code sampledocs/project-typo
Fixes #630
-rw-r--r--docs/gl_objects/projects.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst
index 276686c..5cc223f 100644
--- a/docs/gl_objects/projects.rst
+++ b/docs/gl_objects/projects.rst
@@ -247,7 +247,7 @@ generated by GitLab you need to:
Import the project::
- gl.projects.import_project(open('/tmp/export.tgz', 'rb'), 'my_new_project')
+ ouput = 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':