diff --git a/examples/resume_engine.py b/examples/resume_engine.py index 7eb803e..a73cd54 100644 --- a/examples/resume_engine.py +++ b/examples/resume_engine.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License -"""Delete an engine.""" +"""Resume an engine.""" from argparse import ArgumentParser import json diff --git a/examples/suspend_engine.py b/examples/suspend_engine.py index d6091f1..04daa2a 100644 --- a/examples/suspend_engine.py +++ b/examples/suspend_engine.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License -"""Delete an engine.""" +"""Suspend an engine.""" from argparse import ArgumentParser import json