Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e93c84

Browse files
committed
Grammatical fixes following #d95f19892fd0
1 parent ea1cf87 commit 7e93c84

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/howto/pyporting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ have to import a function instead of using a built-in one, but otherwise the
8181
overall transformation should not feel foreign to you.
8282

8383
But you should aim for only supporting Python 2.7. Python 2.6 is no longer
84-
freely upported and thus is not receiving bugfixes. This means **you** will have
84+
freely supported and thus is not receiving bugfixes. This means **you** will have
8585
to work around any issues you come across with Python 2.6. There are also some
8686
tools mentioned in this HOWTO which do not support Python 2.6 (e.g., Pylint_),
8787
and this will become more commonplace as time goes on. It will simply be easier
@@ -107,9 +107,9 @@ to, you will want to make sure your test suite has good coverage. A good rule of
107107
thumb is that if you want to be confident enough in your test suite that any
108108
failures that appear after having tools rewrite your code are actual bugs in the
109109
tools and not in your code. If you want a number to aim for, try to get over 80%
110-
coverage (and don't feel bad if you can't easily get passed 90%). If you
111-
don't already have a tool to measure test coverage then coverage.py_ is
112-
recommended.
110+
coverage (and don't feel bad if you find it hard to get better than 90%
111+
coverage). If you don't already have a tool to measure test coverage then
112+
coverage.py_ is recommended.
113113

114114

115115
Learn the differences between Python 2 & 3

0 commit comments

Comments
 (0)