From: Michal Privoznik <[email protected]>

It's a good practice to use a different style of formatting for
literal values like XML element/attribute names, functions, etc.
In this specific case, the 'acpi' and 'nodeset' names should be
formatted using two single quotes instead of double quote.

Signed-off-by: Michal Privoznik <[email protected]>
---
 NEWS.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS.rst b/NEWS.rst
index d49e8f75c4..7fd9e92d4e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -29,8 +29,8 @@ v11.8.0 (unreleased)
     partitioning a physical GPU into multiple isolated instances, each
     associated with one or more virtual NUMA nodes.
 
-    On the XML side, the existing <acpi> element has been extended with a
-    "nodeset" attribute to specify the NUMA node affinity of a PCI device.
+    On the XML side, the existing ``<acpi>`` element has been extended with a
+    ``nodeset`` attribute to specify the NUMA node affinity of a PCI device.
 
 * **Improvements**
 
-- 
2.49.1

Reply via email to