Skip to content

Commit

Permalink
docs: fix simple typo, containe -> container (#3015)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
timgates42 committed Jul 28, 2022
1 parent acdafbc commit d2d097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/types/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def __init__(self, parallelism=0, delay=None, failure_action='continue',

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:
parallelism (int): Maximum number of tasks to be rolled back in one
Expand Down

0 comments on commit d2d097e

Please sign in to comment.