remove words occured twice times.

There are two 'and',it is necessary to remove one of them.

Change-Id: I12a5cd0a93c6f9b7926e484a43fc4e47a5c937cf
This commit is contained in:
xuleibj 2018-12-18 11:34:26 +08:00
parent 1d069c78b4
commit e133cfd608
1 changed files with 1 additions and 1 deletions

View File

@ -1227,7 +1227,7 @@ def remote_restart(rel_name, remote_service=None):
def check_actually_paused(services=None, ports=None):
"""Check that services listed in the services object and and ports
"""Check that services listed in the services object and ports
are actually closed (not listened to), to verify that the unit is
properly paused.