Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c37361

Browse files
kingsppTaylor Robie
authored and
Taylor Robie
committed
Update link for official documentation on python style guide from google (tensorflow#5268)
General guidelines for Google Python Style Guide links to a deprecated style guide from google
1 parent 031a5a4 commit 3c37361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ our objectives of readable, usable, and maintainable code.
5454
* Runnable from a blank environment with relative ease.
5555
* Trainable on: single GPU/CPU (baseline), multiple GPUs, TPU
5656
* Compatible with Python 2 and 3 (using [six](https://pythonhosted.org/six/) when necessary)
57-
* Conform to [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
57+
* Conform to [Google Python Style Guide](https://github.com/google/styleguide/blob/gh-pages/pyguide.md)
5858

5959
**Implementation guidelines**
6060

0 commit comments

Comments
 (0)