X Tutup
Skip to content

Commit b7d113a

Browse files
TCatshoeknejch
andauthored
Update docs/gl_objects/pipelines_and_jobs.rst
Co-authored-by: Nejc Habjan <hab.nejc@gmail.com>
1 parent d7ee6f8 commit b7d113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/pipelines_and_jobs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ You can also directly stream the output into a file, and unzip it afterwards::
274274
subprocess.run(["unzip", "-bo", zipfn])
275275
os.unlink(zipfn)
276276

277-
It is also possible to use the underlying iterator directly::
277+
Or, you can also use the underlying response iterator directly::
278278

279279
artifact_bytes_iterator = build_or_job.artifacts(streamed=True, action='iterator')
280280

0 commit comments

Comments
 (0)
X Tutup