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
This commit is contained in:
parent
070f619622
commit
6adc40e997
@ -107,7 +107,7 @@ diff <my_cc_file> /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:
|
||||
|
Loading…
Reference in New Issue
Block a user