From c4368e075dd297b3103e24418095a5894fdcff29 Mon Sep 17 00:00:00 2001 From: Antony ekirapa Date: Sat, 20 Oct 2018 20:19:02 +0300 Subject: [PATCH] Update index.md (#22006) Removed " where it is not needed and capitalised 'ide' to show as "IDE" --- guide/english/python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index de2d7d6566..5768ce75e9 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -43,7 +43,7 @@ From terminal: $ python hello_campers.py Hello campers! -"When multiple versions of Python are installed, calling them by version is possible depending on the install configuration. In the Cloud9 ide custom environment, they can be invoked like: +When multiple versions of Python are installed, calling them by version is possible depending on the install configuration. In the Cloud9 IDE custom environment, they can be invoked like: $ python --version Python 2.7.6