8000 Merge pull request #374 from hammer/master · zhengmacro/python-guide@2e5985f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e5985f

Browse files
committed
Merge pull request realpython#374 from hammer/master
"faster on tracks" => "back on track faster"
2 parents edb3c5a + ca240c2 commit 2e5985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Some general rules of testing:
4040
- If you are in the middle of a development session and have to interrupt your work, it
4141
is a good idea to write a broken unit test about what you want to develop next.
4242
When coming back to work, you will have a pointer to where you were and get
43-
faster on tracks.
43+
back on track faster.
4444

4545
- The first step when you are debugging your code is to write a new test
4646
pinpointing the bug. While it is not always possible to do, those bug

0 commit comments

Comments
 (0)
0