From 1e34141f6770cd8ca243048ec6f78d600bed4262 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Fri, 13 Jul 2018 22:08:42 +1000 Subject: python bindings howto: dita version * Numerous updates to bring it back into sync with the official doc. * Especially important since it now looks like the babel thing is a real bug after all and not me doing something stupid. --- lang/python/docs/dita/howto/part02/installing.dita | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python/docs/dita/howto/part02/installing.dita') diff --git a/lang/python/docs/dita/howto/part02/installing.dita b/lang/python/docs/dita/howto/part02/installing.dita index 879f6ca7..4ede496d 100644 --- a/lang/python/docs/dita/howto/part02/installing.dita +++ b/lang/python/docs/dita/howto/part02/installing.dita @@ -16,8 +16,8 @@

For Python 2 it checks for these executables in this order: python, python2 and python2.7.

For Python 3 it checks for these executables in this order: python3, - python3.6, python3.5 and - python3.4.

+ python3.6, python3.5, python3.4 + and python3.7.

-- cgit v1.2.3