Skip to content

Commit 03ec394

Browse files
authored
Fix captialization
1 parent c066c32 commit 03ec394

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"python.command.python.enableLinting.title": "Enable Linting",
2525
"python.command.python.runLinting.title": "Run Linting",
2626
"python.snippet.launch.standard.label": "Python: Current File",
27-
"python.snippet.launch.standard.description": "Debug a Python program with standard output",
27+
"python.snippet.launch.standard.description": "Debug a Python Program with Standard Output",
2828
"python.snippet.launch.pyspark.label": "Python: PySpark",
2929
"python.snippet.launch.pyspark.description": "Debug PySpark",
3030
"python.snippet.launch.module.label": "Python: Module",
@@ -46,7 +46,7 @@
4646
"python.snippet.launch.watson.label": "Python: Watson Application",
4747
"python.snippet.launch.watson.description": "Debug a Watson Application",
4848
"python.snippet.launch.attach.label": "Python: Attach",
49-
"python.snippet.launch.attach.description": "Attach the debugger for remote debugging",
49+
"python.snippet.launch.attach.description": "Attach the Debugger for Remote Debugging",
5050
"python.snippet.launch.scrapy.label": "Python: Scrapy",
5151
"python.snippet.launch.scrapy.description": "Scrapy with Integrated Terminal/Console"
5252
}

0 commit comments

Comments
 (0)