This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8c172254ce Fix title underline (#27115)
8c172254ce is described below
commit 8c172254ceed2682e9019f3ba4febf637bb987a3
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Tue Oct 18 22:13:47 2022 +0200
Fix title underline (#27115)
---
docs/apache-airflow-providers/howto/create-update-providers.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow-providers/howto/create-update-providers.rst
b/docs/apache-airflow-providers/howto/create-update-providers.rst
index af02434379..4b80923986 100644
--- a/docs/apache-airflow-providers/howto/create-update-providers.rst
+++ b/docs/apache-airflow-providers/howto/create-update-providers.rst
@@ -350,7 +350,7 @@ this (note the ``if ti_key is not None:`` condition).
Having sensors return XCOM values
---------------------------------
+---------------------------------
In Airflow 2.3, sensor operators will be able to return XCOM values. This is
achieved by returning an instance of the ``PokeReturnValue`` object at the end
of the ``poke()`` method:
.. code-block:: python