Skip to content

Commit

Permalink
doc: fix doubled parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jul 18, 2016
1 parent 832ed9f commit 58ddf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/builds.py
Expand Up @@ -86,7 +86,7 @@ def __call__(self, chunk):
self._fd.write(chunk)

target = Foo()
build.artifacts(streamed=True, streamed=True, action=target)
build.artifacts(streamed=True, action=target)
del(target) # flushes data on disk
# end stream artifacts

Expand Down

0 comments on commit 58ddf1d

Please sign in to comment.