Skip to content

Commit

Permalink
Fix typo in Custom XCom backend (#10588)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2fc9614)
  • Loading branch information
kaxil committed Nov 12, 2020
1 parent f971f1d commit f7ea83a
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 @@ -663,7 +663,7 @@ for inter-task communication rather than global settings.
Custom XCom backend
'''''''''''''''''''

It is possible to change ``XCom`` behaviour os serialization and deserialization of tasks' result.
It is possible to change ``XCom`` behaviour of serialization and deserialization of tasks' result.
To do this one have to change ``xcom_backend`` parameter in Airflow config. Provided value should point
to a class that is subclass of :class:`~airflow.models.xcom.BaseXCom`. To alter the serialaization /
deserialization mechanism the custom class should override ``serialize_value`` and ``deserialize_value``
Expand Down

0 comments on commit f7ea83a

Please sign in to comment.