Skip to content

Commit cc88ccc

Browse files
authored
Merge pull request #2080 from carolinacmoravia/patch-21
M26663: Missing word: "using"
2 parents d239791 + c95c7cf commit cc88ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/learn-django-in-visual-studio-step-01-project-and-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Answer: Yes. To disable auto-commit, go to the **Settings** page in **Team Explo
112112

113113
## Step 1-3: Create the virtual environment and exclude it from source control
114114

115-
Now that you've configured source control for your project, you can create the virtual environment the necessary Django packages that the project requires. You can then use **Team Explorer** to exclude the environment's folder from source control.
115+
Now that you've configured source control for your project, you can create the virtual environment that contains the necessary Django packages for the project. You can then use **Team Explorer** to exclude the environment's folder from source control.
116116

117117
1. In **Solution Explorer**, right-click the **Python Environments** node and select **Add Virtual Environment**.
118118

0 commit comments

Comments
 (0)