Skip to content

Commit 211ffc6

Browse files
author
Kraig Brockschmidt
committed
Word change
1 parent 1c877c6 commit 211ffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/managing-python-environments-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In either case, the **Python Environments** window appears as a sibling tab to S
6666

6767
The image above shows that Visual Studio detected two installations of Python 3.6 (32-bit) along with Anaconda 5.0.0.
6868

69-
The default environment in boldface is Python 3.6 (in this case part of an Anaconda installation), which Visual Studio uses for any new projects. The commands in the lower part of the window apply to the selected Python 3.6 interpreter, which as you can see is the specific installation in `C:\Python36-32`. If you don't see an environment you expect, see [Manually identifying an existing interpreter](#manually-identifying-an-existing-environment).
69+
The default environment in boldface is Python 3.6 (in this case part of an Anaconda installation), which Visual Studio uses for any new projects. The commands in the lower part of the window apply to the selected Python 3.6 interpreter, which as you can see is the specific installation in `C:\Python36-32`. If you don't see an environment you expect, see [Manually identifying an existing environment](#manually-identifying-an-existing-environment).
7070

7171
To the right of each listed environment is a control that opens an interactive window for that environment. Another control may appear that refreshes the IntelliSense database for that environment (see [Environments window reference](python-environments-window-tab-reference.md#intellisense-tab) for details about the database).
7272

0 commit comments

Comments
 (0)