ashb commented on a change in pull request #16548:
URL: https://github.com/apache/airflow/pull/16548#discussion_r656010619



##########
File path: docs/apache-airflow/tutorial.rst
##########
@@ -426,17 +411,18 @@ Let's break this down into 3 steps: get data, insert 
data, merge data:
           for row in response.text.split("\n"):
               file.write(row)
 
-Here we are passing a``GET`` request to get the data from the URL and save it 
in ``employees.csv`` file on our Airflow instance.
+Here we are passing a`GET` request to get the data from the URL and save it in 
`employees.csv` file on our Airflow instance.

Review comment:
       This is reStructuredText, not markdown, so two backticks is correct for 
inline code




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to