From 869c7bfb0707ae61721f2f599173de22afbeb6e5 Mon Sep 17 00:00:00 2001 From: Robin Ferguson <43435700+robinpferguson@users.noreply.github.com> Date: Mon, 8 Apr 2019 16:19:30 +0100 Subject: [PATCH] Amended list capitalization to be consistent (#31678) In the "Python is generally used for" list. --- guide/english/python/what-is-python-used-for/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/english/python/what-is-python-used-for/index.md b/guide/english/python/what-is-python-used-for/index.md index 40ee2807e3..120a8c9751 100644 --- a/guide/english/python/what-is-python-used-for/index.md +++ b/guide/english/python/what-is-python-used-for/index.md @@ -49,17 +49,17 @@ Python could also be used by parse pages source codes and retrieve its data. Usi * Web & Internet Development * Educational Advancment * Scientific Studies/Computing -* Desktop development +* Desktop Development * Numeric Computing -* Software development -* Business Application development +* Software Development +* Business Application Development * Machine Learning * IOT * Game Development * Rapid Prototyping * Browser Automation -* Data analysis -* Scraping data from websites +* Data Analysis +* Scraping Data from Websites * Image Processing ### Why python has such a wide range of usage?