From 6adc40e9973974b5fb5dd2b676a807414347e1b6 Mon Sep 17 00:00:00 2001 From: Mahmoud Aslan Date: Mon, 2 Jul 2018 20:37:26 +0300 Subject: Update Google Python Style Guide link (#20458) Updated the link to Google Python Style Guide, it was pointing to the deprecated guide : https://google.github.io/styleguide/pyguide.html The new updated guide: https://github.com/google/styleguide/blob/gh-pages/pyguide.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db4b1581ae..f598999f35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ diff /tmp/my_cc_file.cc #### Python coding style Changes to TensorFlow Python code should conform to -[Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) +[Google Python Style Guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md) Use `pylint` to check your Python changes. To install `pylint` and retrieve TensorFlow's custom style definition: -- cgit v1.2.3