Skip to content

Commit

Permalink
Update link for official documentation on python style guide from goo…
Browse files Browse the repository at this point in the history
…gle (tensorflow#5268)

General guidelines for Google Python Style Guide links to a deprecated style guide from google
  • Loading branch information
kingspp authored and Taylor Robie committed Sep 11, 2018
1 parent 031a5a4 commit 3c37361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ our objectives of readable, usable, and maintainable code.
* Runnable from a blank environment with relative ease.
* Trainable on: single GPU/CPU (baseline), multiple GPUs, TPU
* Compatible with Python 2 and 3 (using [six](https://pythonhosted.org/six/) when necessary)
* Conform to [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
* Conform to [Google Python Style Guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md)

**Implementation guidelines**

Expand Down

0 comments on commit 3c37361

Please sign in to comment.