Skip to content

Commit

Permalink
Fix some typos in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wentasah committed Aug 13, 2014
1 parent 24a9966 commit 3f9973f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/manual/cfg-buildfactories.rst
Expand Up @@ -3,7 +3,7 @@
Build Factories
===============

Each Builder is equipped with a ``build factory``, which is defines the steps
Each Builder is equipped with a ``build factory``, which defines the steps
used to perform that particular type of build. This factory is created in the
configuration file, and attached to a Builder through the ``factory`` element
of its dictionary.
Expand Down Expand Up @@ -43,7 +43,7 @@ This factory would then be attached to one builder (or several, if desired)::

It is also possible to pass a list of steps into the
:class:`BuildFactory` when it is created. Using :meth:`addStep` is
usually simpler, but there are cases where is is more convenient to
usually simpler, but there are cases where it is more convenient to
create the list of steps ahead of time, perhaps using some Python
tricks to generate the steps. ::

Expand Down

0 comments on commit 3f9973f

Please sign in to comment.