This is an automated email from the ASF dual-hosted git repository.
Lee-W 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 aab741737f0 docs(plugins_manager): fix misleading typo (#67101)
aab741737f0 is described below
commit aab741737f0fa2e879432dadadf5803781edb664
Author: Wei Lee <[email protected]>
AuthorDate: Mon May 18 21:47:09 2026 +0800
docs(plugins_manager): fix misleading typo (#67101)
---
.../src/airflow_shared/plugins_manager/plugins_manager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
b/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
index 1632ccd7ac9..17739428013 100644
---
a/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
+++
b/shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py
@@ -119,7 +119,7 @@ class AirflowPlugin:
# A list of timetable classes that can be used for Dag scheduling.
timetables: list[Any] = []
- # A list of timetable classes that can be used for Dag scheduling.
+ # A list of partition mapper classes that can be used for Dag scheduling.
partition_mappers: list[Any] = []
# A list of deadline reference classes that can be used as custom
deadlines in Dags.