Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akrion committed Apr 4, 2024
1 parent 54f5086 commit 5900c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/resume_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/suspend_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5900c71

Please sign in to comment.