Skip to content

Commit

Permalink
Clarified a grammatically incorrect sentence (#6667)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 1accd4907e6da06624d389220f79fe595705b4d1
  • Loading branch information
daphshez authored and Cloud Composer Team committed Jan 27, 2023
1 parent f0a8203 commit 91e06fd
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 91e06fd

Please sign in to comment.