From cdc49cfef8056b1e618510f9311460f174601122 Mon Sep 17 00:00:00 2001 From: gandhis1 Date: Sun, 18 Sep 2016 11:46:47 -0400 Subject: [PATCH] Changed capitalization of context menu entry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71079eecfacb..b939d81ba13b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, { "command": "python.execInTerminal", - "title": "Run Python file in Terminal", + "title": "Run Python File in Terminal", "category": "Python" }, {