Skip to content

Commit

Permalink
[AIRFLOW-2312] Docs Typo Correction: Corresponding
Browse files Browse the repository at this point in the history
# JIRA
[x] My PR addresses the following Airflow JIRA
issues and references them in the PR title.
*
https://issues.apache.org/jira/browse/AIRFLOW-2312

# Description

[x] Here are some details about my PR

Minor typo fix in the docs. `correpsonding` to
`corresponding`

# Tests
[x] My PR adds the following unit tests OR does
not need testing for this extremely good reason:

I assume I don't need testing for docs

# Commits

[x] My commits all reference JIRA issues in their
subject lines, and I have squashed multiple
commits if they address the same issue. In
addition, my commits follow the guidelines from
"How to write a good git commit message":

1. Subject is separated from body by a blank line
2. Subject is limited to 50 characters
3. Subject does not end with a period
4. Subject uses the imperative mood ("add", not
"adding")
5. Body wraps at 72 characters
6. Body explains "what" and "why", not "how"

Closes apache#3211 from tamsanh/patch-1
  • Loading branch information
tamsanh authored and Fokko Driesprong committed Apr 11, 2018
1 parent 39b7d7d commit 69ccf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ opposed to XComs that are pushed manually).

If ``xcom_pull`` is passed a single string for ``task_ids``, then the most
recent XCom value from that task is returned; if a list of ``task_ids`` is
passed, then a correpsonding list of XCom values is returned.
passed, then a corresponding list of XCom values is returned.

.. code:: python
Expand Down

0 comments on commit 69ccf84

Please sign in to comment.