bnf.rst
changeset 2228 837f1337c59b
parent 1912 8b81a8f0f692
--- a/bnf.rst	Sat Feb 10 01:28:53 2018 +0200
+++ b/bnf.rst	Sat Feb 10 01:30:24 2018 +0200
@@ -20,18 +20,18 @@
 
 The meta-symbols of BNF are:
 
-  ``::=``
-    Meaning "is defined as".
-  ``|``
-    Meaning "or".
-  ``<``,  ``>``
-    Angle brackets used to surround category names (some times skipped).
-  ``[``,  ``]``
-    Optional items are enclosed in.
-  ``{``,  ``}``
-    Repetitive items (zero or more times) are enclosed in.
-  ``"abc..."``
-    Terminals are enclosed in to distinguish them from meta-symbols.
+``::=``
+  Meaning "is defined as".
+``|``
+  Meaning "or".
+``<``,  ``>``
+  Angle brackets used to surround category names (some times skipped).
+``[``,  ``]``
+  Optional items are enclosed in.
+``{``,  ``}``
+  Repetitive items (zero or more times) are enclosed in.
+``"abc..."``
+  Terminals are enclosed in to distinguish them from meta-symbols.
 
 BNF in BNF
 ==========