Skip to content

Commit 116f04f

Browse files
committed
Update after review
1 parent d624901 commit 116f04f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/quickstart-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Deploy a Python (Django or Flask) web app to Azure'
33
description: Get started with Azure App Service by deploying your first Python app to Azure App Service.
44
ms.topic: quickstart
5-
ms.date: 03/15/2022
5+
ms.date: 03/22/2022
66
author: DavidCBerry13
77
ms.author: daberry
88
ms.devlang: python
@@ -39,7 +39,7 @@ To run the application locally:
3939

4040
### [Flask](#tab/flask)
4141

42-
1. Navigate into in the application folder:
42+
1. Go to the application folder:
4343

4444
```Console
4545
cd msdocs-python-flask-webapp-quickstart
@@ -69,7 +69,7 @@ Having issues? [Let us know](https://aka.ms/PythonAppServiceQuickstartFeedback).
6969

7070
### [Django](#tab/django)
7171

72-
1. Navigate into in the application folder:
72+
1. Go to the application folder:
7373

7474
```Console
7575
cd msdocs-python-django-webapp-quickstart

0 commit comments

Comments
 (0)