Skip to content

Commit caa8b13

Browse files
committed
Simplify sentences in Python 2 vs. 3 section
1 parent decc565 commit caa8b13

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

intro.asciidoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,16 @@ features that make writing programs in Python both fun and easy.
107107

108108
=== Python 2 versus 3
109109

110-
You can ignore this section if you're not interested in the difference between Python 2 and
111-
Python 3. But please do be aware of which version you are using.
110+
You can ignore this section if you're not interested in the difference between "Python version 2"
111+
and "Python version 3". But please do be aware of which version you are using. This book is written
112+
for Python 2.
112113

113-
Remember that once you have properly understood and learn to use either of them, you can easily
114-
learn the changes between the two versions and adapt easily. The hard part is learning programming
115-
and understanding the core Python language itself. That is our goal in this book, and once you have
116-
achieved that goal, you can easily use Python 2 or Python 3 depending on your situation.
114+
Remember that once you have properly understood and learn to use one version, you can easily learn
115+
the differences and use the other one. The hard part is learning programming and understanding the
116+
basics of Python language itself. That is our goal in this book, and once you have achieved that
117+
goal, you can easily use Python 2 or Python 3 depending on your situation.
117118

118-
For details on differences between Python 2 to Python 3, see:
119+
For details on differences between Python 2 and Python 3, see:
119120

120121
- http://lwn.net/Articles/547191/[The future of Python 2]
121122
- https://wiki.ubuntu.com/Python/3[Python/3 page on the Ubuntu wiki]

0 commit comments

Comments
 (0)