Skip to content

Commit abc47bc

Browse files
committed
Update after review
1 parent bbf1c7b commit abc47bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/tutorial-working-with-python-in-visual-studio-step-05-installing-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The Python developer community has produced thousands of useful packages that yo
7272
![Unresolved package import](media/packages-unresolved-import.png)
7373
:::moniker-end
7474

75-
1. Looking at the editor window, you'll notice that if you hover over the `numpy` and `matplotlib` import statements that they aren't resolved. The reason is the packages haven't been installed to the default global environment.
75+
1. When you look at the editor window, notice that when you hover over the `numpy` and `matplotlib` import statements that they aren't resolved. The reason is the packages haven't been installed to the default global environment.
7676

7777
For example, select **Open interactive window** and an **Interactive window** for that specific environment appears in Visual Studio.
7878

0 commit comments

Comments
 (0)