summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuamel/Anthon van der Neut <bitbucket@ruamel.eu>2017-06-20 20:09:00 +0000
committerRuamel/Anthon van der Neut <bitbucket@ruamel.eu>2017-06-20 20:09:00 +0000
commit48c71076ddeab61622d8ae206ffe927553d6270a (patch)
tree45b3085dc180ef63a35ab46c2b91e64bb2bccc87
parentb75c0962e021b1c5de29e6e0abbd023b7623ee43 (diff)
parent8e56084cf6301bf4d42c9dedac0e5c6dff00188c (diff)
downloadruamel.yaml-48c71076ddeab61622d8ae206ffe927553d6270a.tar.gz
Merged in The-Compiler/yaml/The-Compiler/fix-code-formatting-in-apirst-1497982664311 (pull request #19)
Fix code formatting in api.rst
-rw-r--r--_doc/pyyaml.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/pyyaml.rst b/_doc/pyyaml.rst
index 822efd8..a894f92 100644
--- a/_doc/pyyaml.rst
+++ b/_doc/pyyaml.rst
@@ -45,7 +45,7 @@ PY2/PY3 reintegration
---------------------
``ruamel.yaml`` re-integrates the Python 2 and 3 sources, running on
-Python 2.7 (CPython, PyPy), 3.3, 3.4, 3.5 (support for 2.6 has been
+Python 2.7 (CPython, PyPy), 3.3, 3.4, 3.5 and 3.6 (support for 2.6 has been
dropped mid 2016). It is more easy to extend and maintain as only a
miniscule part of the code is Python version specific.