Skip to content

Commit 4e7f295

Browse files
committed
Formatting fixes in the README
1 parent 3a9b4c7 commit 4e7f295

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,16 @@ associated with the expected result.
9494

9595
``color3_hsl.json``
9696
Same as ``color3.json``.
97-
This file is generated the ``make_color3_hsl.py`` Python script.
97+
This file is generated by the ``make_color3_hsl.py`` Python script.
9898

9999
``color3_keywords.json``
100100
Same as ``color3.json``,
101101
except that the values for the Red, Green and Blue channel
102102
are between 0 and 255.
103-
This file is generated the ``make_color3_keywords.py`` Python script.
103+
This file is generated by the ``make_color3_keywords.py`` Python script.
104104

105-
``an+b.json``
106-
Tests the `an+b <http://dev.w3.org/csswg/css-syntax/#the-anb-type>`_
105+
``An+B.json``
106+
Tests the `An+B <http://dev.w3.org/csswg/css-syntax/#the-anb-type>`_
107107
syntax defined in CSS Syntax Level 3.
108108
This `differs <http://dev.w3.org/csswg/css-syntax/#changes>`_ from the
109109
`nth grammar rule <http://www.w3.org/TR/css3-selectors/#nth-child-pseudo>`_
@@ -121,7 +121,7 @@ AST nodes (the results of parsing) are represented in JSON as follow.
121121
This representation was chosen to be compact
122122
(and thus less annoying to write by hand)
123123
while staying unambiguous.
124-
For example, the difference between @import and \@import is not lost:
124+
For example, the difference between ``@import`` and ``\@import`` is not lost:
125125
they are represented as ``["at-keyword", "import"]`` and ``["ident", "@import"]``,
126126
respectively.
127127

0 commit comments

Comments
 (0)