Skip to content

Commit

Permalink
Merge wentasah/buildbot:doc-typos (PR #1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Aug 13, 2014
2 parents 24a9966 + 3f9973f commit ee6745b
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 ee6745b

Please sign in to comment.