Skip to content
Snippets Groups Projects
Commit 2f271319 authored by Erik Reid's avatar Erik Reid
Browse files

change []'s to italic in docstring

parent 2a0468c0
No related branches found
No related tags found
No related merge requests found
...@@ -357,7 +357,8 @@ def interface_speeds(hostname=None): ...@@ -357,7 +357,8 @@ def interface_speeds(hostname=None):
The response is a list of maximum speed information (in bits The response is a list of maximum speed information (in bits
per second) for all known interfaces. per second) for all known interfaces.
[speed <= 0 means the max interface speed can't be determined]
*speed <= 0 means the max interface speed can't be determined*
.. asjson:: .. asjson::
inventory_provider.routes.poller.INTERFACE_SPEED_LIST_SCHEMA inventory_provider.routes.poller.INTERFACE_SPEED_LIST_SCHEMA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment