Commit 9b204051 authored by Jim Fulton's avatar Jim Fulton

typo and missing commas

parent e2abeb9c
...@@ -354,7 +354,7 @@ A section begins with a section and and, optionally, a condition in ...@@ -354,7 +354,7 @@ A section begins with a section and and, optionally, a condition in
square braces (``[`` and ``]``). square braces (``[`` and ``]``).
A name can consist of any characters other than whitespace, square A name can consist of any characters other than whitespace, square
braces, curly braced (``{`` or ``}``), pound signs (``#``), colons braces, curly braces (``{`` or ``}``), pound signs (``#``), colons
(``:``) or semi-colons (``;``). The name may be surrounded by leading (``:``) or semi-colons (``;``). The name may be surrounded by leading
and trailing whitespace, which is ignored. and trailing whitespace, which is ignored.
...@@ -393,7 +393,7 @@ and a value: ...@@ -393,7 +393,7 @@ and a value:
{'buildout': {'parts': 'py'}} {'buildout': {'parts': 'py'}}
Option names may have any characters other than whitespace, square Option names may have any characters other than whitespace, square
braces, curly braces equal signs or colons. There may be and usually braces, curly braces, equal signs, or colons. There may be and usually
is whitespace between the name and the equal sign and the name and is whitespace between the name and the equal sign and the name and
equal sign must be on the same line. equal sign must be on the same line.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment