From 0b41bdab668bdbe08cc3cad9985431cf0abd193c Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:24:21 +1300 Subject: [PATCH] documenting.rst: Negatives are hard --- docs/source/yosys_internals/extending_yosys/documenting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/yosys_internals/extending_yosys/documenting.rst b/docs/source/yosys_internals/extending_yosys/documenting.rst index 5d5e3299b..b39d6eea9 100644 --- a/docs/source/yosys_internals/extending_yosys/documenting.rst +++ b/docs/source/yosys_internals/extending_yosys/documenting.rst @@ -210,7 +210,7 @@ at the source code for `chformal`. We can see that each of the ``ContentListing`` methods have the body of the new node as the first argument. For a ``usage`` node, this is how to call the command (i.e. its usage signature). ``paragraph`` nodes contain a paragraph of -text with line breaks added automatically; the argument itself should contain +text with line breaks added automatically; the argument itself shouldn't contain any line breaks, but the string can be broken across multiple lines as shown. The body of a ``paragraph`` node is treated as raw RST, allowing for inline formatting and references as if it were written in the RST file itself. As