Skip to content

Commit d0a5b44

Browse files
author
Greg Van Liew
authored
Merge pull request #635 from MicrosoftDocs/FromPublicMaster
Confirm merge from FromPublicMaster to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents a2cfae1 + 480ad05 commit d0a5b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Python support in Visual Studio includes a number of [project templates](python-
3838
1. Select the "Python Application" template, specify a folder for the project, and select **OK**. (If you want to create a local repository for your project right away, also select the **Add to source control** option).
3939

4040
> [!Tip]
41-
> The "From exiting Python Code" template lets you quickly create a Visual Studio project from a folder that already contains Python code, rather than creating a new empty project and importing existing code into it.
41+
> The "From existing Python Code" template lets you quickly create a Visual Studio project from a folder that already contains Python code, rather than creating a new empty project and importing existing code into it.
4242
4343
1. After a few moments, the project opens in the Visual Studio Solution Explorer window. Here you can browse the files and folders in your project, as well as manage environments.
4444

0 commit comments

Comments
 (0)