Skip to content

Commit c0dd6e6

Browse files
committed
Fix doc build
1 parent 3820b9d commit c0dd6e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eth/abc.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def nonce(self) -> int:
374374
@abstractmethod
375375
def gas_price(self) -> int:
376376
"""
377-
Will raise :cls:`AttributeError` if get or set on a 1559 transaction.
377+
Will raise :class:`AttributeError` if get or set on a 1559 transaction.
378378
"""
379379
...
380380

@@ -3360,7 +3360,8 @@ def create_genesis_header(cls, **genesis_params: Any) -> BlockHeaderAPI:
33603360
"""
33613361
Create a genesis header using this VM's rules.
33623362
3363-
This is currently equivalent to create_header_from_parent(None, **genesis_params)
3363+
This is equivalent to calling :meth:`create_header_from_parent`
3364+
with ``parent_header`` set to None.
33643365
"""
33653366
...
33663367

0 commit comments

Comments
 (0)