Skip to content

Commit 2c7708b

Browse files
lukpuehmnm678
andauthored
Update python.md
Co-authored-by: Marina Moore <[email protected]>
1 parent 49b4aa8 commit 2c7708b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
There are many excellent Python style guides out there, usually based on [PEP
44
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
5+
guides. Following the principle of reuse, we recommend an existing guide that
66
we find suitable, and only add a few refinements and accentuation to it. In
77
short:
88

@@ -213,4 +213,3 @@ Write 90% tests. The test should make sure that it will catch 90% of the
213213
potential problems with the function. Avoid writing 50% tests (that only check
214214
a common case or two) and avoid writing 99.9% tests because it will consume too
215215
much of your time.
216-

0 commit comments

Comments
 (0)