Fix some code description

Fix typos and grammer found while reading the generated
doc page.

Change-Id: I2d96cc90063e8295fcf8d6659d5ccff310f8d883
This commit is contained in:
Andreas Jaeger 2018-04-27 20:39:18 +02:00
parent c7904bc0b5
commit b0465f4fde
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ class DependentPipelineManager(PipelineManager):
"""PipelineManager for handling interrelated Changes. """PipelineManager for handling interrelated Changes.
The DependentPipelineManager puts Changes that share a Pipeline The DependentPipelineManager puts Changes that share a Pipeline
into a shared :py:class:`~zuul.model.ChangeQueue`. It them processes them into a shared :py:class:`~zuul.model.ChangeQueue`. It then processes them
using the Optmistic Branch Prediction logic with Nearest Non-Failing Item using the Optimistic Branch Prediction logic with Nearest Non-Failing Item
reparenting algorithm for handling errors. reparenting algorithm for handling errors.
""" """
changes_merge = True changes_merge = True

View File

@ -210,7 +210,7 @@ class Pipeline(object):
class ChangeQueue(object): class ChangeQueue(object):
"""A ChangeQueue contains Changes to be processed related projects. """A ChangeQueue contains Changes to be processed for related projects.
A Pipeline with a DependentPipelineManager has multiple parallel A Pipeline with a DependentPipelineManager has multiple parallel
ChangeQueues shared by different projects. For instance, there may a ChangeQueues shared by different projects. For instance, there may a
@ -218,7 +218,7 @@ class ChangeQueue(object):
for independent project baz. for independent project baz.
A Pipeline with an IndependentPipelineManager puts every Change into its A Pipeline with an IndependentPipelineManager puts every Change into its
own ChangeQueue own ChangeQueue.
The ChangeQueue Window is inspired by TCP windows and controlls how many The ChangeQueue Window is inspired by TCP windows and controlls how many
Changes in a given ChangeQueue will be considered active and ready to Changes in a given ChangeQueue will be considered active and ready to