Skip to content

Commit 234c3e3

Browse files
authored
Fix issue467- Use the imperative form for the bullet list (python#542)
* Fix issue467- Use the imperative form for the bullet list * fix nouns- cleanup, checkout
1 parent d5419d6 commit 234c3e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildbots.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ will schedule a new build to be run as soon as possible.
1515

1616
The build steps run by the buildbots are the following:
1717

18-
* Checkout of the source tree for the changeset which triggered the build
19-
* Compiling Python
20-
* Running the test suite using :ref:`strenuous settings <strenuous_testing>`
21-
* Cleaning up the build tree
18+
* Check out the source tree for the changeset which triggered the build
19+
* Compile Python
20+
* Run the test suite using :ref:`strenuous settings <strenuous_testing>`
21+
* Clean up the build tree
2222

2323
It is your responsibility, as a core developer, to check the automatic
2424
build results after you push a change to the repository. It is therefore

0 commit comments

Comments
 (0)