Skip to content

Commit 383ee34

Browse files
committed
Fix doctest skip syntax
1 parent 4051e1f commit 383ee34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/web3.eth.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,7 @@ The following methods are available on the ``web3.eth`` namespace.
418418
.. doctest::
419419

420420
>>> from web3.auto import w3
421-
# not yet mined
422-
>>> w3.eth.getTransactionReceipt('0xf5fb3ce9c0fce91dd3d112c2ab63f9d1800f6f70667d0c4481fd72d573e12345') # doctest: +SKIP
421+
>>> w3.eth.getTransactionReceipt('0xf5fb3ce9c0fce91dd3d112c2ab63f9d1800f6f70667d0c4481fd72d573e12345') # not yet mined # doctest: +SKIP
423422
None
424423
# wait for it to be mined....
425424
>>> w3.eth.getTransactionReceipt('0xf5fb3ce9c0fce91dd3d112c2ab63f9d1800f6f70667d0c4481fd72d573e5c315')

0 commit comments

Comments
 (0)