Skip to content

Commit

Permalink
Use Python Version: Fix typo (#7000)
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista authored Apr 16, 2018
1 parent 06f568f commit a8b8714
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"loc.input.label.addToPath": "Add to PATH",
"loc.input.help.addToPath": "Whether to prepend the retrieved Python version to the PATH environment variable to make it available in subsequent tasks or scripts without using the output variable.",
"loc.input.label.architecture": "Architecture",
"loc.input.help.architecture": "The target architecture (x86, x64) of the Python interpeter.",
"loc.input.help.architecture": "The target architecture (x86, x64) of the Python interpreter.",
"loc.messages.ListAvailableVersions": "Available versions:",
"loc.messages.PlatformNotRecognized": "Platform not recognized",
"loc.messages.PrependPath": "Prepending PATH environment variable with directory: %s",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/UsePythonVersion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 134,
"Patch": 1
"Patch": 2
},
"preview": true,
"demands": [],
Expand Down Expand Up @@ -48,7 +48,7 @@
"label": "Architecture",
"defaultValue": "x64",
"required": true,
"helpMarkDown": "The target architecture (x86, x64) of the Python interpeter.",
"helpMarkDown": "The target architecture (x86, x64) of the Python interpreter.",
"groupName": "advanced",
"options": {
"x86": "x86",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/UsePythonVersion/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 134,
"Patch": 1
"Patch": 2
},
"preview": true,
"demands": [],
Expand Down

0 comments on commit a8b8714

Please sign in to comment.