ashb commented on code in PR #47798: URL: https://github.com/apache/airflow/pull/47798#discussion_r2005759874
########## airflow-core/docs/installation/dependencies.rst: ########## @@ -29,37 +29,37 @@ yum package, or whatever equivalent applies on the distribution you are using. Most of the extra dependencies are linked to a corresponding provider package. For example "amazon" extra has a corresponding ``apache-airflow-providers-amazon`` provider package to be installed. When you install -Airflow with such extras, the necessary provider packages are installed automatically (latest versions from -PyPI for those packages). However, you can freely upgrade and install provider packages independently from +Airflow with such extras, the necessary provider distributions are installed automatically (latest versions from +PyPI for those packages). However, you can freely upgrade and install provider distributions independently from the main Airflow installation. For the list of the extras and what they enable, see: :doc:`/extra-packages-ref`. -Provider packages -''''''''''''''''' +provider distributions Review Comment: Casing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
