Skip to content

Commit 9d059ac

Browse files
author
Zearin
committed
intro/duction.rst: Minor edits (formatting)
1 parent faa874d commit 9d059ac

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/intro/duction.rst

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Python is a general-purpose, high-level programming language similar
77
to Tcl, Perl, Ruby, Scheme, or Java. Some of its main key features
88
include:
99

10-
* very clear, readable syntax
10+
* **very clear, readable syntax**
1111

1212
Python's philosophy focuses on readability, from code blocks
1313
delineated with significant whitespace to intuitive keywords in
1414
place of inscrutable punctuation
1515

16-
* extensive standard libraries and third party modules for virtually
17-
any task
16+
* **extensive standard libraries and third party modules for virtually
17+
any task**
1818

1919
Python is sometimes described with the words "batteries included"
2020
for its extensive
@@ -30,21 +30,21 @@ include:
3030
the `Django <http://www.djangoproject.com>`_ web framework and the
3131
`NumPy <http://numpy.scipy.org>`_ set of math routines.
3232

33-
* integration with other systems
33+
* **integration with other systems**
3434

3535
Python can integrate with `Java libraries <http://www.jython.org>`_,
3636
enabling it to be used with the rich Java environment that corporate
3737
programmers are used to. It can also be
3838
`extended by C or C++ modules <http://docs.python.org/extending/>`_
3939
when speed is of the essence.
4040

41-
* ubiquity on computers
41+
* **ubiquity on computers**
4242

4343
Python is available on Windows, \*nix, and Mac. It runs wherever the
4444
Java virtual machine runs, and the reference implementation CPython
4545
can help bring Python to wherever there is a working C compiler.
4646

47-
* friendly community
47+
* **friendly community**
4848

4949
Python has a vibrant and large :ref:`community <the-community>`
5050
which maintains wikis, conferences, countless repositories,
@@ -77,10 +77,12 @@ For the Community
7777

7878
All contributions to the Guide are welcome, from Pythonistas of all levels.
7979
If you think there's a gap in what the Guide covers, fork the Guide on
80-
GitHub and submit a pull request. Contributions are welcome from everyone,
81-
whether they're an old hand or a first-time Pythonista, and the authors to
82-
the Guide will gladly help if you have any questions about the
83-
appropriateness, completeness, or accuracy of a contribution.
80+
GitHub and submit a pull request.
81+
82+
Contributions are welcome from everyone, whether they're an old hand or a
83+
first-time Pythonista, and the authors to the Guide will gladly help if you
84+
have any questions about the appropriateness, completeness, or accuracy of
85+
a contribution.
8486

8587
To get started working on The Hitchhiker's Guide, see the :doc:`/notes/contribute` page.
8688

0 commit comments

Comments
 (0)