Skip to content

Commit

Permalink
Clarified a grammatically incorrect sentence (apache#6667)
Browse files Browse the repository at this point in the history
  • Loading branch information
daphshez authored and potiuk committed Nov 26, 2019
1 parent c335852 commit 1accd49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ Relationship Helper
``chain`` and ``cross_downstream`` function provide easier ways to set relationships
between operators in specific situation.

When setting relationships between two list of operators and wish all up list
operators as upstream to all down list operators, we have to split one list
manually using bitshift composition.
When setting a relationship between two lists,
if we want all operators in one list to be upstream to all operators in the other,
we cannot use a single bitshift composition. Instead we have to split one of the lists:

.. code:: python
Expand Down

0 comments on commit 1accd49

Please sign in to comment.