From 43b87cbe15fbb4ac728200f3b54e92e52337b642 Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 27 Feb 2017 18:54:28 +0400 Subject: [PATCH] fix typo --- plugins/c9.ide.language.python/python.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.ide.language.python/python.js b/plugins/c9.ide.language.python/python.js index 0f370e39..f027a72b 100644 --- a/plugins/c9.ide.language.python/python.js +++ b/plugins/c9.ide.language.python/python.js @@ -66,7 +66,7 @@ define(function(require, exports, module) { "Custom Code Formatter": { position: 360, type: "textbox", - path: "project/format/@formatter", + path: "project/python/@formatter", } } }