Skip to content

Commit a0f7119

Browse files
ikamenshrhettinger
authored andcommitted
bpo-37352: Minor word-smithing for design.rst (GH #14730)
1 parent 6a61714 commit a0f7119

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/faq/design.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -641,11 +641,11 @@ to the end of some internal list; an interface specification cannot test that
641641
your :meth:`append` implementation will actually do this correctly, but it's
642642
trivial to check this property in a test suite.
643643

644-
Writing test suites is very helpful, and you might want to design your code with
645-
an eye to making it easily tested. One increasingly popular technique,
646-
test-directed development, calls for writing parts of the test suite first,
647-
before you write any of the actual code. Of course Python allows you to be
648-
sloppy and not write test cases at all.
644+
Writing test suites is very helpful, and you might want to design your code to
645+
make it easily tested. One increasingly popular technique, test-driven
646+
development, calls for writing parts of the test suite first, before you write
647+
any of the actual code. Of course Python allows you to be sloppy and not write
648+
test cases at all.
649649

650650

651651
Why is there no goto?

0 commit comments

Comments
 (0)