kaxil commented on code in PR #45111:
URL: https://github.com/apache/airflow/pull/45111#discussion_r1894000143
##########
airflow/configuration.py:
##########
@@ -187,7 +187,7 @@ class AirflowConfigParser(ConfigParser):
This is a subclass of ConfigParser that supports defaults and deprecated
options.
- The defaults are stored in the ``_default_values ConfigParser. The
configuration description keeps
+ The defaults are stored in the `_default_values`. The configuration
description keeps
Review Comment:
```suggestion
The defaults are stored in the ``_default_values``. The configuration
description keeps
```
##########
airflow/configuration.py:
##########
@@ -187,7 +187,7 @@ class AirflowConfigParser(ConfigParser):
This is a subclass of ConfigParser that supports defaults and deprecated
options.
- The defaults are stored in the ``_default_values ConfigParser. The
configuration description keeps
+ The defaults are stored in the `_default_values`. The configuration
description keeps
Review Comment:
Since it is rst
--
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]