From 9cda0bec0810cd7492aaf01e90f0047d42d266ae Mon Sep 17 00:00:00 2001 From: rtz19970824 <1289226405@qq.com> Date: Sun, 10 Dec 2017 14:37:29 +0800 Subject: [PATCH] coding style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fde2d48..674c4c7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Tianshou(天授) is a reinforcement learning platform. The following image illus ## About coding style -You can follow (google python coding style)[https://google.github.io/styleguide/pyguide.html] +You can follow [google python coding style](https://google.github.io/styleguide/pyguide.html) The file should all be named with lower case letters and underline.