uranusjr commented on code in PR #35663:
URL: https://github.com/apache/airflow/pull/35663#discussion_r1395231465


##########
docs/apache-airflow/core-concepts/dags.rst:
##########
@@ -802,6 +802,10 @@ match any of the patterns would be ignored (under the 
hood, ``Pattern.search()``
 to match the pattern). Use the ``#`` character to indicate a comment; all 
characters
 on a line following a ``#`` will be ignored.
 
+As with most regexp matching in Airflow, the regexp engine is `re2`, which 
explicitly

Review Comment:
   ```suggestion
   As with most regexp matching in Airflow, the regexp engine is ``re2``, which 
explicitly
   ```



-- 
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]

Reply via email to