summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2023-03-30 13:33:39 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2023-03-30 13:33:39 +0200
commit2ddb693491a18bbc4c6eda96ff6a89587dac6d66 (patch)
treee812bc52f48878ea4cd38911da01074bd99a8c74
parentb32f6c6d94812e9eb05c2f60039ec2b22385c8c1 (diff)
downloadironic-python-agent-2ddb693491a18bbc4c6eda96ff6a89587dac6d66.tar.gz
Trivial: formatting issue in the inventory docs
Double ticks don't work if followed by a symbol without space. Change-Id: Ia455650b5e601dadb2b0ab91f71e1d9286d26071
-rw-r--r--doc/source/admin/how_it_works.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/admin/how_it_works.rst b/doc/source/admin/how_it_works.rst
index 726156e6..e4d63a2f 100644
--- a/doc/source/admin/how_it_works.rst
+++ b/doc/source/admin/how_it_works.rst
@@ -191,7 +191,7 @@ fields:
``interfaces``
list of network interfaces with fields: ``name``, ``mac_address``,
``ipv4_address``, ``lldp``, ``vendor``, ``product``, and optionally
- ``biosdevname``(BIOS given NIC name). If configuration option
+ ``biosdevname`` (BIOS given NIC name). If configuration option
``collect_lldp`` is set to True the ``lldp`` field will be populated
by a list of type-length-value(TLV) fields retrieved using the
Link Layer Discovery Protocol (LLDP).