Add question marks to question titles

This commit is contained in:
Tianon Gravi 2014-09-09 11:06:56 -06:00
parent 5b6f68bb73
commit 2be2b19a6b
4 changed files with 6 additions and 4 deletions

View File

@ -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))

View File

@ -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))

View File

@ -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.

View File

@ -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.