From a2f428fac91d148ab7445822f90458e238f309a6 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 10 Dec 2017 15:21:35 +0100 Subject: [PATCH] Upgrade from Python 3.4 to Python 3.6? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e8022d..1f4b1d6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ * 当前文档生成托管在 [readthedocs](https://readthedocs.org/) 上 * 生成的文档预览地址: [python3-cookbook](http://python3-cookbook.readthedocs.org/zh_CN/latest/) * 使用了python官方文档主题 [sphinx-rtd-theme](https://github.com/snide/sphinx_rtd_theme) ,也是默认的主题default. -* 书中所有代码均在python 3.4版本下面运行通过,所有源码放在cookbook包下面 +* 书中所有代码均在python 3.6版本下面运行通过,所有源码放在cookbook包下面 ``` # on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org