From 94768a475e325b5111a4e1f2b2bc97794186e7e4 Mon Sep 17 00:00:00 2001 From: xiuyanduan Date: Wed, 9 Mar 2016 15:18:17 +0800 Subject: [PATCH] Change the link of google_python_style.vim The former link [http://google-styleguide.googlecode.com/svn/trunk/google_python_style.vim](http://google-styleguide.googlecode.com/svn/trunk/google_python_style.vim) is 404. Update it to the [new](https://github.com/google/styleguide/blob/gh-pages/google_python_style.vim) one from official github account of google --- google-python-styleguide/background.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-python-styleguide/background.rst b/google-python-styleguide/background.rst index dd109d3..a4f2a39 100644 --- a/google-python-styleguide/background.rst +++ b/google-python-styleguide/background.rst @@ -3,4 +3,4 @@ Python 是 Google主要的脚本语言。这本风格指南主要包含的是针对python的编程准则。 -为帮助读者能够将代码准确格式化,我们提供了针对 `Vim的配置文件 `_ 。对于Emacs用户,保持默认设置即可。 \ No newline at end of file +为帮助读者能够将代码准确格式化,我们提供了针对 `Vim的配置文件 `_ 。对于Emacs用户,保持默认设置即可。