diff --git a/README.md b/README.md index e81990f..59d7966 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