mirror of https://github.com/docker/docker-py.git
docs: fix simple typo, containe -> container (#3015)
There is a small typo in docker/types/services.py. Should read `container` rather than `containe`. Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
parent
acdafbc116
commit
d2d097efbb
|
@ -436,7 +436,7 @@ class UpdateConfig(dict):
|
||||||
|
|
||||||
class RollbackConfig(UpdateConfig):
|
class RollbackConfig(UpdateConfig):
|
||||||
"""
|
"""
|
||||||
Used to specify the way containe rollbacks should be performed by a service
|
Used to specify the way container rollbacks should be performed by a service
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
parallelism (int): Maximum number of tasks to be rolled back in one
|
parallelism (int): Maximum number of tasks to be rolled back in one
|
||||||
|
|
Loading…
Reference in New Issue