We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b4aa8 commit 2c7708bCopy full SHA for 2c7708b
python.md
@@ -2,7 +2,7 @@
2
3
There are many excellent Python style guides out there, usually based on [PEP
4
8](https://www.python.org/dev/peps/pep-0008/) -- the mother of all Python style
5
-guides. Following the principle of reuse, we recommend an existing guides that
+guides. Following the principle of reuse, we recommend an existing guide that
6
we find suitable, and only add a few refinements and accentuation to it. In
7
short:
8
@@ -213,4 +213,3 @@ Write 90% tests. The test should make sure that it will catch 90% of the
213
potential problems with the function. Avoid writing 50% tests (that only check
214
a common case or two) and avoid writing 99.9% tests because it will consume too
215
much of your time.
216
-
0 commit comments