Skip to content

Commit

Permalink
[AIRFLOW-XXXX] Fix grammar in UPDATING.md (#7509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Feb 23, 2020
1 parent 61a8bb6 commit f0a4aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ with redirect_stdout(StreamLogWriter(logger, logging.INFO)), \

### Removal of XCom.get_one()

This one is supersede by `XCom.get_many().first()` which will return the same result.
This one is superseded by `XCom.get_many().first()` which will return the same result.

### Changes to SQLSensor

Expand Down

0 comments on commit f0a4aa3

Please sign in to comment.