Skip to content

Commit 932c7d6

Browse files
committed
Fix up grammar in docs
1 parent 9504205 commit 932c7d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/contributing.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ interact with the client when we run our tests.
219219

220220
The parent ``/integration`` directory houses some common configuration shared across
221221
all client tests, whereas the ``/go_ethereum`` directory houses common code to be
222-
shared across geth-specific provider tests. Though the setup run configurations exist
223-
across the different files within ``/tests/integration``, our integration module tests
224-
are written across different files within ``/web3/_utils/module_testing``.
222+
shared across geth-specific provider tests. Though the setup and run configurations
223+
exist across the different files within ``/tests/integration``, our integration module
224+
tests are written across different files within ``/web3/_utils/module_testing``.
225225

226226
* :file:`common.py` files within the client directories contain code that is shared across
227227
all provider tests (http, ipc, and ws). This is mostly used to override tests that span
@@ -255,8 +255,8 @@ Arguments for the script are:
255255

256256

257257
To run the script, you will need the ``py-solc-x`` library for compiling the files
258-
as well as ``black`` for linting. You can install those independently or install the
259-
full ``[dev]`` package extra as shown below.
258+
as well as ``black`` for code formatting. You can install those independently or
259+
install the full ``[dev]`` package extra as shown below.
260260

261261
.. code:: sh
262262
@@ -286,8 +286,8 @@ filename with the ``-f`` (or ``--filename``) argument flag.
286286
Compiling OffchainLookup.sol
287287
reformatted ...
288288
289-
If there is any contract data that not generated via the script but is is important to
290-
pass on to the test suites, the ``_custom_data.py`` can be used to store that
289+
If there is any contract data that is not generated via the script but is is important
290+
to pass on to the test suites, the ``_custom_data.py`` can be used to store that
291291
information.
292292

293293

0 commit comments

Comments
 (0)