From 1facc0ca8a14d5a40507f99c20f1af89825ecb93 Mon Sep 17 00:00:00 2001 From: Hank Ehly Date: Mon, 5 Sep 2022 13:15:05 +0900 Subject: [PATCH] Update documentation --- docs/apache-airflow-providers-amazon/operators/rds.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow-providers-amazon/operators/rds.rst b/docs/apache-airflow-providers-amazon/operators/rds.rst index 9ce4aa89917d9..e5f46ad66be42 100644 --- a/docs/apache-airflow-providers-amazon/operators/rds.rst +++ b/docs/apache-airflow-providers-amazon/operators/rds.rst @@ -176,7 +176,7 @@ Wait on an Amazon RDS instance or cluster status To wait for an Amazon RDS instance or cluster to reach a specific status you can use :class:`~airflow.providers.amazon.aws.sensors.rds.RdsDbSensor`. -By default, the sensor waits for the database to reach the ``available`` state. +By default, the sensor waits for a database instance to reach the ``available`` state. .. exampleinclude:: /../../tests/system/providers/amazon/aws/rds/example_rds_instance.py :language: python