Commit 5e7d5f45 authored by Ramiro Batista da Luz's avatar Ramiro Batista da Luz Committed by Jim Fulton

Remove duplicate words in docs. (#396)

parent 47bbc3c4
...@@ -499,7 +499,7 @@ options. ...@@ -499,7 +499,7 @@ options.
Section names Section names
------------- -------------
A section begins with a section and and, optionally, a condition in A section begins with a section 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
......
...@@ -152,7 +152,7 @@ So now, let's see the meta recipe that automates this:: ...@@ -152,7 +152,7 @@ So now, let's see the meta recipe that automates this::
>>> exec(source) >>> exec(source)
The meta recipe just adds parts to the buildout. It does this by The meta recipe just adds parts to the buildout. It does this by
setting items and and calling the ``parse`` method. The ``parse`` setting items and calling the ``parse`` method. The ``parse``
method just takes a string in buildout configuration syntax. It's method just takes a string in buildout configuration syntax. It's
useful when we want to add static, or nearly static part data. The useful when we want to add static, or nearly static part data. The
setting items syntax is useful when we have non-trivial computation setting items syntax is useful when we have non-trivial computation
......
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