Skip to content

Commit 33b5e97

Browse files
authored
Removing duplicate word in settings description (#24577)
1 parent 60f4aaa commit 33b5e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"python.testing.promptToConfigure.description": "Prompt to configure a test framework if potential tests directories are discovered.",
8080
"python.testing.pytestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
8181
"python.testing.pytestEnabled.description": "Enable testing using pytest.",
82-
"python.testing.pytestPath.description": "Path to pytest (pytest), you can use a custom version of pytest by modifying this setting to include the full path.",
82+
"python.testing.pytestPath.description": "Path to pytest. You can use a custom version of pytest by modifying this setting to include the full path.",
8383
"python.testing.unittestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
8484
"python.testing.unittestEnabled.description": "Enable testing using unittest.",
8585
"python.venvFolders.description": "Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).",

0 commit comments

Comments
 (0)