From 2be2b19a6bd49c4fc246f45a59d9e37f6518080c Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 9 Sep 2014 11:06:56 -0600 Subject: [PATCH] Add question marks to question titles --- python/README-content.md | 3 ++- python/README.md | 3 ++- rails/README-content.md | 2 +- rails/README.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python/README-content.md b/python/README-content.md index f46a340d..f6b893f8 100644 --- a/python/README-content.md +++ b/python/README-content.md @@ -1,4 +1,5 @@ -# What is Python +# What is Python? + Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The language provides constructs intended to enable clear programs on both a small and large scale. > [wikipedia.org/wiki/Python_(programming_language)](https://en.wikipedia.org/wiki/Python_(programming_language)) diff --git a/python/README.md b/python/README.md index 2e7ceafc..4d66a59f 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,5 @@ -# What is Python +# What is Python? + Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The language provides constructs intended to enable clear programs on both a small and large scale. > [wikipedia.org/wiki/Python_(programming_language)](https://en.wikipedia.org/wiki/Python_(programming_language)) diff --git a/rails/README-content.md b/rails/README-content.md index 1e24ea94..6db8c4fa 100644 --- a/rails/README-content.md +++ b/rails/README-content.md @@ -1,4 +1,4 @@ -# What is Ruby on Rails +# What is Ruby on Rails? Ruby on Rails, often simply referred to as Rails, is an open source web application framework which runs via the Ruby programming language. It is a full-stack framework: it allows creating pages and applications that gather information from the web server, talk to or query the database, and render templates out of the box. As a result, Rails features a routing system that is independent of the web server. diff --git a/rails/README.md b/rails/README.md index 60b93338..b539b4cf 100644 --- a/rails/README.md +++ b/rails/README.md @@ -1,4 +1,4 @@ -# What is Ruby on Rails +# What is Ruby on Rails? Ruby on Rails, often simply referred to as Rails, is an open source web application framework which runs via the Ruby programming language. It is a full-stack framework: it allows creating pages and applications that gather information from the web server, talk to or query the database, and render templates out of the box. As a result, Rails features a routing system that is independent of the web server.