mirror of https://github.com/docker/docker-py.git
Removed superfluous sentence
Signed-off-by: Faylixe <felix.voituret@gmail.com> Signed-off-by: Félix Voituret <felix.voituret@gmail.com>
This commit is contained in:
parent
6d347cd894
commit
c8c6f0073e
|
@ -46,8 +46,6 @@ already, pass a readable file-like object to `fileobj` and also pass
|
|||
`custom_context=True`. If the stream is compressed also, set `encoding` to the
|
||||
correct value (e.g `gzip`).
|
||||
|
||||
Build argument can also be pass a a Python dict through ``buildargs`` parameter.
|
||||
|
||||
**Params**:
|
||||
|
||||
* path (str): Path to the directory containing the Dockerfile
|
||||
|
|
Loading…
Reference in New Issue