You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
contain the root `toctree` directive.
5
5
6
6
.. meta::
7
-
:description: An opinionated guide to the Python programming language and a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
7
+
:description: An opinionated guide to the Python programming language and a best practice handbook for the installation, configuration, and usage of Python on a daily basis.
8
8
9
9
10
10
#################################
@@ -17,15 +17,15 @@ Greetings, Earthling! Welcome to The Hitchhiker's Guide to Python.
17
17
`fork us on GitHub <https://github.com/realpython/python-guide>`_!
18
18
19
19
This handcrafted guide exists to provide both novice and expert Python
20
-
developers a best practice handbook to the installation, configuration, and
20
+
developers a best practice handbook for the installation, configuration, and
21
21
usage of Python on a daily basis.
22
22
23
23
This guide is **opinionated** in a way that is almost, but not quite, entirely
24
24
*unlike* Python's official documentation. You won't find a list of every Python web framework
25
25
available here. Rather, you'll find a nice concise list of highly recommended
26
26
options.
27
27
28
-
.. note:: The use of **Python 3** is *highly* preferred over Python 2. Consider upgrading your applications and infrastructure if you find yourself *still* using Python 2 in production today. If you are using Python 3, congratulations — you are indeed a person of excellent taste.
28
+
.. note:: The use of **Python 3** is *highly* recommended over Python 2. Consider upgrading your applications and infrastructures if you find yourself *still* using Python 2 in production today. If you are using Python 3, congratulations — you are indeed a person of excellent taste.
29
29
—*Kenneth Reitz*
30
30
31
31
Let's get started! But first, let's make sure you know where your towel is.
0 commit comments