Minor docstring fix.

This commit is contained in:
Fabio Manganiello 2023-12-04 03:09:02 +01:00
parent 5823dd0e21
commit 680de865c4
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 3 additions and 3 deletions

View File

@ -87,9 +87,8 @@ class PingPlugin(RunnablePlugin, EntityManager):
"""
This integration allows you to:
1. Programmatic ping a remote host.
2. Monitor the status of a remote host.
- Programmatic ping a remote host.
- Monitor the status of a remote host.
"""
def __init__(
@ -143,6 +142,7 @@ class PingPlugin(RunnablePlugin, EntityManager):
) -> dict:
"""
Ping a remote host.
:param host: Remote host IP or name
:param count: Overrides the configured number of packets that should be
sent (default: 1).