Skip to content

Commit 61713ca

Browse files
committed
add an empty line between categories and directives
For consistency with the rest of the doc
1 parent e310949 commit 61713ca

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/attributes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,6 +1704,7 @@ Attribute ``collapse_debuginfo``
17041704

17051705
CollapseDebuginfoContent ::=
17061706
$$collapse_debuginfo$$ $$($$ CollapseDebuginfoKind $$)$$
1707+
17071708
CollapseDebuginfoKind ::=
17081709
$$no$$
17091710
| $$external$$

src/lexical-elements.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ Byte String Literals
612612
.. rubric:: Syntax
613613

614614
.. syntax::
615+
615616
ByteStringLiteral ::=
616617
RawByteStringLiteral
617618
| SimpleByteStringLiteral
@@ -712,6 +713,7 @@ C String Literals
712713
.. rubric:: Syntax
713714

714715
.. syntax::
716+
715717
CStringLiteral ::=
716718
RawCStringLiteral
717719
| SimpleCStringLiteral

0 commit comments

Comments
 (0)