diff options
| author | Maria Hynes <maria.m.hynes@gmail.com> | 2024-10-27 11:05:49 +0000 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-29 11:34:35 +0100 |
| commit | 163e72ebbaa84804877f3d1ae212575e479b533b (patch) | |
| tree | dadb7064042620f6371102455e4572a02ba3c14c | |
| parent | 799c3778186167eca3ed43f0e480738a607381de (diff) | |
Removed unneeded OS reference on running the test suite in contributing docs.
This is not needed as the console snippet has buttons that allows the user to choose their OS.
| -rw-r--r-- | docs/intro/contributing.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 7d590e76a2..0900fdae37 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -217,8 +217,7 @@ a dependency for one or more of the Python packages. Consult the failing package's documentation or search the web with the error message that you encounter. -Now we are ready to run the test suite. If you're using GNU/Linux, macOS, or -some other flavor of Unix, run: +Now we are ready to run the test suite: .. console:: |
